How To Keep SSH Sessions Alive

Published Date Author: , 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]

No comments as yet.

Leave Your Comment  Leave a comment

All fields marked with "*" are required.