hi !
have you tried playing with the ssh-configs?
like in /etc/ssh/sshd_config
KeepAlive yes
from the man page
# KeepAlive
# Specifies whether the system should send TCP keepalive messages
# to the other side. If they are sent, death of the connection or
# crash of one of the machines will be p
add
net.ipv4.tcp_keepalive_time = 300
in sysctl.conf
On Tue, 25 Mar 2003, gabriel wrote:
> i finally found out what was causing remote servers to kick me out of an ssh
> session after a long (a few minutes) period of inactivity. the "keepalive"
> interval time in my kernel was long, so it
i finally found out what was causing remote servers to kick me out of an ssh
session after a long (a few minutes) period of inactivity. the "keepalive"
interval time in my kernel was long, so it wasn't stimulating the server
often enough to keep the connection open.
a soloution i found w/ goog