set ClientAliveInterval so that ssh connection doesn't die after a while #195

Closed
opened 2022-10-03 15:43:54 +00:00 by aryak · 2 comments

For me, when i leave the ssh connection idle for 5-10 minutes, the shell freezes and I am unable to do anything, even exit.

To remedy this, I use the following params in sshd_config. It would be great if you could add this to the exozy.me sshd_config too so it doesn't freeze.

ClientAliveInterval 30
ClientAliveCountMax 5
For me, when i leave the ssh connection idle for 5-10 minutes, the shell freezes and I am unable to do anything, even exit. To remedy this, I use the following params in sshd_config. It would be great if you could add this to the exozy.me sshd_config too so it doesn't freeze. ``` ClientAliveInterval 30 ClientAliveCountMax 5 ```
aryak added the
enhancement
label 2022-10-03 15:44:20 +00:00
Owner

I changed it to

ClientAliveInterval 60
ClientAliveCountMax 3

Is that OK?

I changed it to ``` ClientAliveInterval 60 ClientAliveCountMax 3 ``` Is that OK?
a closed this issue 2022-10-03 18:08:24 +00:00
a added this to the (deleted) project 2022-10-03 18:08:30 +00:00
Author

should be fine

should be fine
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: exozyme/exozyme#195
No description provided.