diff options
-rw-r--r-- | README.markdown | 1 | ||||
-rw-r--r-- | examples/psshd.profile.sh | 1 | ||||
-rwxr-xr-x | psshd | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown index d6a3b70..646f0c4 100644 --- a/README.markdown +++ b/README.markdown @@ -16,4 +16,3 @@ Copyright (c) [Tom Ryder][atr]. Distributed under an [MIT License][mit]. [asm]: http://linux.die.net/man/1/autossh [atr]: https://sanctum.geek.nz/ [mit]: http://www.opensource.org/licenses/MIT - diff --git a/examples/psshd.profile.sh b/examples/psshd.profile.sh index f1141c6..5713d53 100644 --- a/examples/psshd.profile.sh +++ b/examples/psshd.profile.sh @@ -2,4 +2,3 @@ # 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 - @@ -56,4 +56,3 @@ start-stop-daemon \ --pidfile "$AUTOSSH_PIDFILE" \ --exec "$(type -P autossh)" \ -- "$@" - |