diff options
author | Colin Watson <cjwatson@debian.org> | 2014-02-09 16:09:51 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2014-02-09 16:17:41 +0000 |
commit | 4c7ed5c80e5f67277620ac973317cc516b67d0e7 (patch) | |
tree | 395c38d85406552c9c2538ea1ce47b3f9e2479f5 /ssh_config.5 | |
parent | 8909ff0e3cd07d1b042d1be1c8b8828dbf6c9a83 (diff) |
Partial server keep-alive implementation for SSH1
Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1712
Last-Update: 2013-09-14
Patch-Name: ssh1-keepalive.patch
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 8d806c701..89b25cdd5 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -1130,7 +1130,10 @@ If, for example, | |||
1130 | .Cm ServerAliveCountMax | 1130 | .Cm ServerAliveCountMax |
1131 | is left at the default, if the server becomes unresponsive, | 1131 | is left at the default, if the server becomes unresponsive, |
1132 | ssh will disconnect after approximately 45 seconds. | 1132 | ssh will disconnect after approximately 45 seconds. |
1133 | This option applies to protocol version 2 only. | 1133 | This option applies to protocol version 2 only; in protocol version |
1134 | 1 there is no mechanism to request a response from the server to the | ||
1135 | server alive messages, so disconnection is the responsibility of the TCP | ||
1136 | stack. | ||
1134 | .It Cm ServerAliveInterval | 1137 | .It Cm ServerAliveInterval |
1135 | Sets a timeout interval in seconds after which if no data has been received | 1138 | Sets a timeout interval in seconds after which if no data has been received |
1136 | from the server, | 1139 | from the server, |