blob: 5713d53e2b8caff59065b3c5432c22a0d7fc60fd (
plain) (
blame)
1
2
3
4
|
# 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
|