@ianhclark510@lemmy.blahaj.zone
Post #3723717
2026-07-10 19:40 UTC
Bonus points if you encapsulate VNC in SSH, which would help keep your session secure regardless of the VNC password length
Initiate a ssh session with -L 5900:server name:5900
Start a vnc server on the server
Connect to vnc on localhost:5900 and authenticate
Replies (1)
-
@SnotFlickerman@lemmy.blahaj.zone 2026-07-10 19:47
Best advice that I forgot to include because it’s been a while since I needed VNC for anything. @akunohana@piefed.blahaj.zone, please follow @ianhclark510@lemmy.blahaj.zone’s advice here!