blob: ecfe91c432c669dfe292faff90651844a7909ce1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
psshd
=====
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
|