blob: f1141c6be1d8719bf9a537e2d0d5cb402e598411 (
plain) (
blame)
1
2
3
4
5
|
# 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 9010 -fN -D 8001 myvps
|