Path to this page:
./
wip/autossh,
Monitor and automatically restart SSH sessions and tunnels
Branch: CURRENT,
Version: 1.4g,
Package name: autossh-1.4g,
Maintainer: mjautossh 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.
Required to build:[
pkgtools/cwrappers]
Master sites:
RMD160: ca6f67ac9d50d0037a126d57544df2684eac7a27
Filesize: 66.015 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-10-01) Updated to version: autossh-1.4g
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
CVS history: (Expand)
2013-03-30 08:06:51 by Sergey Svishchev | Files touched by this commit (3) |
Log message:
Unbreak packaging.
|
2012-09-24 18:56:26 by Aleksej Saushev | Files touched by this commit (144) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't and might probably not have staged installation.
|
2011-10-16 14:27:04 by Ryo ONODERA | Files touched by this commit (3) | |
Log message:
Update to 1.4c
Chagelog:
Version 1.4c
- updated option string up to OpenSSH 5.6
- when using -f, set gate_time to 0; the assumption is that
it is being used for infrastructure (i.e. in a system startup),
has been tested, and bombing out just because the remote end is
not up is not the desired behaviour.
- add patch from Thorsten Glazer for configure, fixes misplaced
parenthesis and check for __progname.
|
2009-10-11 12:44:25 by Thomas Klausner | Files touched by this commit (267) |
Log message:
Remove obsolete @dirrm lines.
|
2009-04-05 16:33:29 by Michael-John Turner | Files touched by this commit (4) | |
Log message:
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.
|