Redhat:VNC SSH

From Define Wiki
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.