diff options
author | Colin Watson <cjwatson@debian.org> | 2014-02-09 16:09:51 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2014-03-20 00:24:49 +0000 |
commit | 789d58ed3df120c7b80d07fb2d259c216194a29c (patch) | |
tree | c109880627e3fd4a3f01732f037e129e13c2b651 /ssh_config.5 | |
parent | d422205e757aaf23e8e0e787f842ef37f6a170a2 (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 e7accd6a3..473971e63 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -1294,7 +1294,10 @@ If, for example, | |||
1294 | .Cm ServerAliveCountMax | 1294 | .Cm ServerAliveCountMax |
1295 | is left at the default, if the server becomes unresponsive, | 1295 | is left at the default, if the server becomes unresponsive, |
1296 | ssh will disconnect after approximately 45 seconds. | 1296 | ssh will disconnect after approximately 45 seconds. |
1297 | This option applies to protocol version 2 only. | 1297 | This option applies to protocol version 2 only; in protocol version |
1298 | 1 there is no mechanism to request a response from the server to the | ||
1299 | server alive messages, so disconnection is the responsibility of the TCP | ||
1300 | stack. | ||
1298 | .It Cm ServerAliveInterval | 1301 | .It Cm ServerAliveInterval |
1299 | Sets a timeout interval in seconds after which if no data has been received | 1302 | Sets a timeout interval in seconds after which if no data has been received |
1300 | from the server, | 1303 | from the server, |