vps getting disconnected.

Status
Not open for further replies.
5 comments
VPS automatically disconnecting ssh access in few seconds.Please suggest.
Please specify which SSH client do you use ?
PuTTY ?

puttykeepalive.png
 
Check out your
Code:
/etc/ssh/sshd_config
and add/update the following configuration, that should do the trick.
Code:
ClientAliveInterval 120
ClientAliveCountMax 720

Happy Hacking,
Guardoo.com
 
Status
Not open for further replies.
Back
Top