autossh

Automatically restart SSH sessions and tunnels
  https://www.harding.motd.ca/autossh/
  2
  1 review



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.
Latest reviews
5
jeffmcneill 5 years ago

Does what it says on the tin: autoreconnects dropped connections. Brilliant