wok-current annotate autossh/description.txt @ rev 24569
sokojs: add shrink.sh (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 26 18:46:53 2022 +0000 (2022-02-26) |
parents | |
children |
rev | line source |
---|---|
hackdorte@20009 | 1 **autossh** is a program to start an instance of ssh and monitor it, |
hackdorte@20009 | 2 restarting it as necessary should it die or stop passing traffic. The idea is |
hackdorte@20009 | 3 from rstunnel (Reliable SSH Tunnel), but implemented in C. Connection |
hackdorte@20009 | 4 monitoring is done using a loop of port forwardings. It backs off on the rate |
hackdorte@20009 | 5 of connection attempts when experiencing rapid failures such as connection |
hackdorte@20009 | 6 refused. |