Estimated read time: 1 minutes
3 simple commands for vnc'ing in an ssh tunnel
(on the server) vncserver (i assume the server is running on :1)
(on the client) sudo ssh -2 -l vmiklos -L5901:localhost:5901 server.domain.org
and then vncviewer localhost:1