autossh

Rating: 
0
No votes yet

Automatically restart SSH sessions and tunnels
autossh is a program to start an instance of ssh and monitor it, restarting it
as necessary should it die or stop passing traffic. The idea is from rstunnel
(Reliable SSH Tunnel), but implemented in C. Connection monitoring is done
using a loop of port forwardings. It backs off on the rate of connection
attempts when experiencing rapid failures such as connection refused.

Application versions: 
AttachmentSizeDate
File autossh_1.4b-1_armel.deb26.87 KB05/08/2013 - 11:47
Changelog: 

autossh (1.4b-1) unstable; urgency=low

* New upstream release
* debian/patches/manpage_fix.diff: fix spurious .El (Closes: #447654)
* Report failure when unable to find a tunnel port (Closes: #443087)