open sshd time out problem
Problem: Open ssh gets timed out when kept idle in Debian 4
Solution: On the server side enter the following lines in /etc/ssh/sshd_config file:
ClientAliveInterval 60
ClientAliveCountMax 60
References:Keeping SSH Sessions Alive
Categories: Uncategorized
debian ssh