diff options
author | Colin Watson <cjwatson@debian.org> | 2014-02-09 16:09:51 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2015-08-19 17:09:56 +0100 |
commit | b3d7661669a0f5255ede81f82c25951aeba9576c (patch) | |
tree | 95938dcdf4e69dd37b97796d89184c9ba33db805 /ssh_config.5 | |
parent | dd02db02d322c9db67d42fe491727854f951c828 (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 b84026195..f7510b6ce 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -1414,7 +1414,10 @@ If, for example, | |||
1414 | .Cm ServerAliveCountMax | 1414 | .Cm ServerAliveCountMax |
1415 | is left at the default, if the server becomes unresponsive, | 1415 | is left at the default, if the server becomes unresponsive, |
1416 | ssh will disconnect after approximately 45 seconds. | 1416 | ssh will disconnect after approximately 45 seconds. |
1417 | This option applies to protocol version 2 only. | 1417 | This option applies to protocol version 2 only; in protocol version |
1418 | 1 there is no mechanism to request a response from the server to the | ||
1419 | server alive messages, so disconnection is the responsibility of the TCP | ||
1420 | stack. | ||
1418 | .It Cm ServerAliveInterval | 1421 | .It Cm ServerAliveInterval |
1419 | Sets a timeout interval in seconds after which if no data has been received | 1422 | Sets a timeout interval in seconds after which if no data has been received |
1420 | from the server, | 1423 | from the server, |