Difference between revisions of "Redhat:VNC SSH"

From Define Wiki
Jump to navigation Jump to search
(Created page with "== VNC through SSH == VNC is insecure, but can be redirected through SSH and tunnel: <syntaxhighlight> ssh -L <port>:<server>:<port> <user>@<server> </syntaxhighlight> Once the tunnel is set up...")
 
(No difference)

Latest revision as of 09:16, 6 September 2013

VNC through SSH

VNC is insecure, but can be redirected through SSH and tunnel:

ssh -L <port>:<server>:<port> <user>@<server>


Once the tunnel is set up you can connect using localhost:3 for example.