Most secure way to connect from Windows 10 to a CentOS8 Shared Desktop
Solution 1:
One can disregard any Microsoft proprietary protocols by using an X11 server on your Windows box and piping the X protocols through an encrypted ssh connection (ssh -X
).
See this StackOverflow posting, or this link from Hofstra University.