• sporkler@lemmy.world
            link
            fedilink
            arrow-up
            0
            ·
            4 months ago

            it may be the current political climate of the country I’m living it, but kernel level remote access makes me feel inherently less secure. Don’t get me wrong, I never intend to give up my dumb terminal as my only way to use my computer either.

          • SteveTech@programming.dev
            link
            fedilink
            English
            arrow-up
            0
            ·
            4 months ago

            Windows Server Core still has a window manager, just all it does show a command prompt very similar to the one in the usual Windows recovery environment.

              • SteveTech@programming.dev
                link
                fedilink
                English
                arrow-up
                0
                ·
                4 months ago

                I never mentioned vulnerabilities, I just wanted to point out that, RDP doesn’t really work without a graphical session, Windows Server Core gets around this by being a graphical session (although very basic).

                Also I’m not sure, but I don’t think Windows handles RDP on the kernel level, it’s just nicely tied in with DWM and doesn’t have to deal with the multitude of window managers on Linux.

                Handling RDP on the kernel level does sound like a bad idea security wise, but there should be a better way.

          • AugustWest@lemm.ee
            link
            fedilink
            English
            arrow-up
            0
            ·
            edit-2
            4 months ago

            In the old days we just used X over SSH (xforwarding) and only sent the single application over, no desktop need by running on the host (well technically client as X is backwords).

            I know the user experience difference is ridiculously bad trying to remote into Linux.

            It isn’t. There are lots of tools for this, including using RDP. It is really easy actually. It is a graphical front end tool on KDE.

            The “bad” part is that the user must already be logged in and the client opened because that is how linux works.

            Speaking of modern: I usually just use moonlight for streaming and sunshine for hosting between machines that are on the same network because it is so simple and available in Fdriod for Android devices. You can share apps or the desktop.

            You CAN configure wake on lan and run a script to auto log in a user if you wanted to use it with a machine that is off, but I can agree that that is a few extra steps.