From ac5db0953fa83f86cfd5463ae6500ba5d76326db Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 14 Sep 2013 17:47:30 +1200 Subject: Update examples too --- examples/psshd.profile.sh | 5 +---- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3