aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-09-14 17:47:30 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-09-14 17:47:30 +1200
commitac5db0953fa83f86cfd5463ae6500ba5d76326db (patch)
tree6207be947fdb2b6d4f2370d8c5a9d27ecad89487
parentUpdate documentation to reflect changes (diff)
downloadpsshd-ac5db0953fa83f86cfd5463ae6500ba5d76326db.tar.gz
psshd-ac5db0953fa83f86cfd5463ae6500ba5d76326db.zip
Update examples too
-rw-r--r--examples/psshd.profile.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/psshd.profile.sh b/examples/psshd.profile.sh
index c45085f..f1141c6 100644
--- a/examples/psshd.profile.sh
+++ b/examples/psshd.profile.sh
@@ -1,8 +1,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 -p 9010 \
- -- -fN \
- -D 8001 \
- myvps
+psshd 9010 -fN -D 8001 myvps