Redhat:VNC SSH
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.