--- 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 lines
453 B
Makefile
18 lines
453 B
Makefile
# $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"
|