How To Keep SSH Sessions Alive
erics, Posted November 3rd, 2010 at 6:54:24am
Edit your /etc/ssh/sshd_config file and add the following lines:
[code]
KeepAlive yes
ClientAliveInterval 30
ClientAliveCountMax 999999
[/code]
Leave Your Comment
All fields marked with "*" are required.