Initial import

---
autossh is a program to start a copy of ssh and monitor it, restarting it
as necessary should it die or stop passing traffic.
o The idea is from rstunnel (Reliable SSH Tunnel), but implemented in C.
o The author's view is that it is not as fiddly as rstunnel to get
  to work.
o Connection monitoring using a loop of port forwardings or a remote
  echo service.
o Backs off on rate of connection attempts when experiencing rapid
  failures such as connection refused.
This commit is contained in:
Michael-John Turner 2009-04-05 14:33:29 +00:00 committed by Thomas Klausner
parent 70e6c4f27b
commit 5a720cdbe3
4 changed files with 41 additions and 0 deletions

9
autossh/DESCR Normal file
View file

@ -0,0 +1,9 @@
autossh is a program to start a copy of ssh and monitor it, restarting it
as necessary should it die or stop passing traffic.
o The idea is from rstunnel (Reliable SSH Tunnel), but implemented in C.
o The author's view is that it is not as fiddly as rstunnel to get
to work.
o Connection monitoring using a loop of port forwardings or a remote
echo service.
o Backs off on rate of connection attempts when experiencing rapid
failures such as connection refused.

18
autossh/Makefile Normal file
View file

@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.1.1.1 2009/04/05 14:33:29 mj_turner Exp $
#
DISTNAME= autossh-1.4b
CATEGORIES= security
MASTER_SITES= http://www.harding.motd.ca/autossh/
EXTRACT_SUFX= .tgz
MAINTAINER= mj@mjturner.net
HOMEPAGE= http://www.harding.motd.ca/autossh/
COMMENT= Monitor and automatically restart SSH sessions and tunnels
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"
.include "../../mk/bsd.pkg.mk"

9
autossh/PLIST Normal file
View file

@ -0,0 +1,9 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2009/04/05 14:33:29 mj_turner Exp $
bin/autossh
man/man1/autossh.1
share/doc/${PKGBASE}/CHANGES
share/doc/${PKGBASE}/README
share/examples/${PKGBASE}/autossh.host
share/examples/${PKGBASE}/rscreen
@dirrm share/doc/${PKGBASE}
@dirrm share/examples/${PKGBASE}

5
autossh/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2009/04/05 14:33:29 mj_turner Exp $
SHA1 (autossh-1.4b.tgz) = 98fa61969b33fc1380c7e3b7b53ed35a13c1eeb4
RMD160 (autossh-1.4b.tgz) = 57accc6968ed0c654035feda8db2a11aa390ade3
Size (autossh-1.4b.tgz) = 64337 bytes