aboutsummaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-10-06 23:49:25 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-10-06 23:49:25 +0000
commitca0bdb3bffad6ccf7e3cac7f2d05f5832db602b0 (patch)
tree72c986b6274b340fb384b8fd7cf7897b1aa1224e /security/Makefile
parentbfc61041b6e8213b49e0a828be1e6ab9c9aafb9b (diff)
downloadports-ca0bdb3bffad6ccf7e3cac7f2d05f5832db602b0.tar.gz
ports-ca0bdb3bffad6ccf7e3cac7f2d05f5832db602b0.zip
add autossh-1.2d
autossh is a program to start a copy of ssh and monitor it, restarting it as necessary should it die or stop passing traffic. The original idea and the mechanism were from rstunnel (Reliable SSH Tunnel). With this version the method changes: autossh uses ssh to construct a loop of ssh forwardings (one from local to remote, one from remote to local), and then sends test data that it expects to get back. (The idea is thanks to Terrence Martin.) WWW: http://www.harding.motd.ca/autossh/
Notes
Notes: svn path=/head/; revision=90476
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index a812aee228a6..346b4bc2614a 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -19,6 +19,7 @@
SUBDIR += audit
SUBDIR += authforce
SUBDIR += authpf
+ SUBDIR += autossh
SUBDIR += avcheck
SUBDIR += avmailgate
SUBDIR += bcwipe