Feb 24, 2005 #1 Mag0007 MIS Joined Feb 15, 2005 Messages 829 Location US How can I increase my ssh time out? I want user to stay logged in a long as they like. They are using putty. Thanks!
How can I increase my ssh time out? I want user to stay logged in a long as they like. They are using putty. Thanks!
Feb 24, 2005 #2 xmb Programmer Joined Feb 11, 2005 Messages 213 Location CH Putty is more faulty to fall timeouts (especially when network is down for some time) than the unix ssh client. Check its local settings also. man sshd_config, and try playing with the values of SSH protocol keepalive ClientAliveInterval ClientAliveCountMax Default TCP keepalive TCPKeepAlive . Mac for productivity .. Linux for developement ... Windows for solitaire Upvote 0 Downvote
Putty is more faulty to fall timeouts (especially when network is down for some time) than the unix ssh client. Check its local settings also. man sshd_config, and try playing with the values of SSH protocol keepalive ClientAliveInterval ClientAliveCountMax Default TCP keepalive TCPKeepAlive . Mac for productivity .. Linux for developement ... Windows for solitaire