./wip/autossh, Monitor and automatically restart SSH sessions and tunnels

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.4g, Package name: autossh-1.4g, Maintainer: mj

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.


Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: ca6f67ac9d50d0037a126d57544df2684eac7a27
Filesize: 66.015 KB

Version history: (Expand)


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) | Package updated
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) | Imported package
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.