diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2013-07-08 12:50:16 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2013-07-08 12:50:16 +1200 |
commit | fd27379b1d8bcad64736c19e7cc8de139f4e081c (patch) | |
tree | f448a985990de9aa9a1e293e43353f2a462dcd78 | |
parent | Shaky first commit, but should be legible (diff) | |
download | psshd-fd27379b1d8bcad64736c19e7cc8de139f4e081c.tar.gz psshd-fd27379b1d8bcad64736c19e7cc8de139f4e081c.zip |
Forgot my license, also added some links
-rw-r--r-- | README.markdown | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown index 9817034..ecfe91c 100644 --- a/README.markdown +++ b/README.markdown @@ -1,9 +1,18 @@ psshd ===== -Persistent, daemonized autossh tunnels. Requires start-stop-daemon(8) and -autossh(1) commands. Designed to be called for login shells, in ~/.profile or -~/.bash\_profile. +Persistent, daemonized autossh tunnels. Requires [start-stop-daemon(8)][sdm] +and [autossh(1)][asm] commands. Designed to be called for login shells, in +~/.profile or ~/.bash\_profile. $ psshd -p 9010 -- -fN -D 8001 myvps +License +------- + +Copyright (c) [Tom Ryder][2]. Distributed under an [MIT License][3]. Buy me a +beer sometime. + +[sdm]: http://man.he.net/man8/start-stop-daemon +[adm]: http://linux.die.net/man/1/autossh + |