Port forwarding for RDP to a box behind a firewall -------------------------------------------------- ssh -L 3389::3389 username@ext.host.example.com rdesktop localhost Port forwarding for VNC to a box behind a firewall -------------------------------------------------- ssh -L 590x::590x username@ext.host.example.com xvncviewer localhost:x where x is the vnc session number you want