How to run VNC locally to a remote host over SSH


This is how to run vncviewer locally to connect to David's Windows box.

ssh -L 3700:laptop:5900 -l petre david

Then run the local vncviewer and point it at localhost:3700.

07/30/2004