diff options
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 e6649acfc..01f1f7ff6 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -1325,7 +1325,10 @@ If, for example, | |||
1325 | .Cm ServerAliveCountMax | 1325 | .Cm ServerAliveCountMax |
1326 | is left at the default, if the server becomes unresponsive, | 1326 | is left at the default, if the server becomes unresponsive, |
1327 | ssh will disconnect after approximately 45 seconds. | 1327 | ssh will disconnect after approximately 45 seconds. |
1328 | This option applies to protocol version 2 only. | 1328 | This option applies to protocol version 2 only; in protocol version |
1329 | 1 there is no mechanism to request a response from the server to the | ||
1330 | server alive messages, so disconnection is the responsibility of the TCP | ||
1331 | stack. | ||
1329 | .It Cm ServerAliveInterval | 1332 | .It Cm ServerAliveInterval |
1330 | Sets a timeout interval in seconds after which if no data has been received | 1333 | Sets a timeout interval in seconds after which if no data has been received |
1331 | from the server, | 1334 | from the server, |