diff options
-rw-r--r-- | README.markdown | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/README.markdown b/README.markdown index ecfe91c..e215e7c 100644 --- a/README.markdown +++ b/README.markdown @@ -1,8 +1,8 @@ psshd ===== -Persistent, daemonized autossh tunnels. Requires [start-stop-daemon(8)][sdm] -and [autossh(1)][asm] commands. Designed to be called for login shells, in +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 @@ -10,9 +10,11 @@ and [autossh(1)][asm] commands. Designed to be called for login shells, in License ------- -Copyright (c) [Tom Ryder][2]. Distributed under an [MIT License][3]. Buy me a -beer sometime. +Copyright (c) [Tom Ryder][atr]. Distributed under an [MIT License][mit]. Buy me +a beer sometime. [sdm]: http://man.he.net/man8/start-stop-daemon -[adm]: http://linux.die.net/man/1/autossh +[asm]: http://linux.die.net/man/1/autossh +[atr]: http://www.sanctum.geek.nz/about/tom-ryder +[mit]: http://www.opensource.org/licenses/MIT |