openwrtv3/package/network/services/dropbear/files
Felix Fietkau f2fdd8ebdb dropbear: add options SSHKeepAlive and IdleTimeout.
Without timeout mechanism, if ssh client disconnected without sending
FIN or RST, forked dropbear servers would hang there for
KEX_RETRY_TIMEOUT seconds (8 hours).

TCP keepalive is not implemented in dropbear yet, thus the name
SSHKeepAlive.

300 seconds in this patch is selected from the default value of
ServerAliveInterval for Debian ssh client (See man ssh_config).

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>

SVN-Revision: 40299
2014-03-29 17:05:35 +00:00
..
dropbear.config packages: sort network related packages into package/network/ 2012-10-10 12:32:29 +00:00
dropbear.init dropbear: add options SSHKeepAlive and IdleTimeout. 2014-03-29 17:05:35 +00:00