aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
blob: d2f3c32f88cb2d294b9340867b0f62ccd974acca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
psshd
=====

Persistent, daemonized SSH 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 9010 -fN -D 8001 myvps

License
-------

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
[asm]: http://linux.die.net/man/1/autossh
[atr]: http://www.sanctum.geek.nz/about/tom-ryder
[mit]: http://www.opensource.org/licenses/MIT