# Persistent, daemonised SSH tunnel to your favourite VPS, setting up a SOCKS # proxy on port 8001, and using port 9010 for management. Goes nicely in a # ~/.profile or ~/.bash_profile script. psshd -p 9010 \ -- -fN \ -D 8001 \ myvps