• mupan 📚@digitalcourage.social
    link
    fedilink
    arrow-up
    1
    ·
    11 months ago

    @socphoenix @On You have other possibilities with Windows targets for remote control. You could set up the Windows built-in OpenSSH or another SSH server on the target, use Kitty SSH client, and tunnel RDP through SSH tunnel. Use FreeTube or NewPipe to find tutorial clips for that. If only classic SSH on the command line is possible, I’d prefer PowerShell remoting, if your client is on Windows too.

    You wouldn’t usually bother to implement RDP services with Linux targets, if not forced to by policies.

    In summary, Microsoft RDP can be easiest, because built-in. Can be obligatory. There are prequisites: access to the target’s domain (VPN, SSH, Citrix, …), entitled user credentials, client software, knowledge of target’s internal address / hostname.

    3/4

    • mupan 📚@digitalcourage.social
      link
      fedilink
      arrow-up
      2
      ·
      11 months ago

      @socphoenix @On If nothing with RDP necessary or possible: https://rustdesk.com/ is the easiest and recommended, it’s much like Teamviewer but free. (Free as in FLOSS, and free of charge as well.) It works with most operating system combinations. Technically, it has nothing to do with the concurrent protocols / standards Microsoft RDP, Teamviewer, SSH, …

      • socphoenix
        link
        fedilink
        arrow-up
        1
        ·
        11 months ago

        The rdp client (at least in 10/11, I haven’t tried others) tells me I need at least pro instead of home to use it, thus my comment about upgrading windows. Thank you for the extra clarification for those that can use it though!

        • mupan 📚@digitalcourage.social
          link
          fedilink
          arrow-up
          1
          ·
          11 months ago

          @socphoenix I re-read. The text says, it’s an open-source protocol implementation with a reference client. I can imagine why a replacement of Microsoft’s server and client might be beneficial:

          * a higher security grade (limited, if any part on Windows, but still …)
          * RDP server on Linux for mixed server environments to ease remote control, if the client is compatible with both Linux and Microsoft RDP servers
          * extend user per server number without license costs

        • On@kbin.social
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          11 months ago

          RDPWrap used to be able to run a patched version of RDP for Windows Home to enable incoming RDP but it isn’t maintained anymore. You didn’t need to upgrade to Pro.

            • On@kbin.social
              link
              fedilink
              arrow-up
              1
              ·
              11 months ago

              Afaik Rustdesk server isn’t opensource and you’re limited to using their free servers in Europe for relay. I just need an alternative for lan remote desktop.

              • mupan 📚@digitalcourage.social
                link
                fedilink
                arrow-up
                1
                ·
                11 months ago

                @On Rustdesk server software seems free to me. It is open source and free of charge. If you need service because you don’t succeed installing it, that service will not be free. I cannot see any limitation to use rustdesk with their or own relay servers, but I have not understood yet the difference the company defines between managed and unmanaged users. I guess it depends on your usage if you hit any hidden limits in the free plan, if they exist.

                Alternatives for GUI remote control include VNC. But I’d tunnel it through SSH because it’s weakly encrypted, at least the last time I checked it.

                If you find any evidence for your assumptions on rustdesk.com or experience, please let us know.

                @const_void @socphoenix