nix, shell, perl, php, mysql and mac os x tips and tricks

Friday, February 22, 2008

Create an SSH tunnel to connect to remote VNC server

ssh -c 3des -N -L5901:255.255.255.211:5901 -2 -l rory 255.255.255.211 -p 22

No comments:

Post a Comment