aboutsummaryrefslogtreecommitdiff
path: root/examples/psshd.profile.sh
blob: c45085fe3020315745d3b93df19cc5a00a518c6d (plain) (blame)
1
2
3
4
5
6
7
8
# 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