Redhat:VNC SSH

From Define Wiki
Revision as of 09:16, 6 September 2013 by Michael (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.