SSH tunneling of VNC
Saturday, August 4, 2007 5:59:17 PM
A (ssh client, VNC client) ============ B (ssh server) ============= C (VNC server)
Setup
C
start: tightvncserver stop: tightvncserver -kill :1
A
ssh -L 6601:C:5901 username@B vncviewer localhost:6601

How to use Quote function: