Solved SSHD timeout

Are there any settings within sshd which set a timeout period?

I have recently taken on a VPS and find that the SSH sesssion gets an 'operation timeout' after some undetermined time and wondered what sets this timeout period.
 
There are settings, but they're not necessarily called timeout but rather grace time. I think you're looking for LoginGraceTime (which is mentioned in /etc/ssh/sshd_config by default btw).
 
There are settings, but they're not necessarily called timeout but rather grace time. I think you're looking for LoginGraceTime (which is mentioned in /etc/ssh/sshd_config by default btw).
I think this setting is the time allowed to get authenticated whilst logging in.
 
Nevermind previous...I didn't read carefully before going off on a tangent. Either config can work: ServerAliveInterval if you decide to configure the client, or ChannelTimeout if you decide to globally configure it on the server.
 
Nevermind previous...I didn't read carefully before going off on a tangent. Either config can work: ServerAliveInterval if you decide to configure the client, or ChannelTimeout if you decide to globally configure it on the server.
They are for different kind of personalities.

The one for those that adapt to the surroundings, the other for those that adapt the surroundings.
 
Back
Top