SSH tunneling of VNC
Saturday, 4. August 2007, 17:59:17
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: