How does ssh keep alive? #568
-
ssh will automatically disconnect if it is idle for a while. This is very disturbing Many ssh clients have a keep alives feature that keeps ssh connections alive. But I don't find that feature in WindTerm, how do I keep ssh connected? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Please do the following two operations to set
If you still have problems, please let me know, thank you! |
Beta Was this translation helpful? Give feedback.
-
it's work |
Beta Was this translation helpful? Give feedback.
-
Seems that each session has to be set individually. Is there a way to set this globally ? |
Beta Was this translation helpful? Give feedback.
Please do the following two operations to set
keepalive
to see if this problem can be solved.Session Setting Dialog - SSH - Connection - Enable TCP keepalives (SO_KEEPALIVE option)
.Session Setting Dialog - SSH - Connection - Sends null packet to keep session alive
to nonzero value, like 5 seconds.If you still have problems, please let me know, thank you!