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 59ce400dc..e60a5b4ea 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -1416,7 +1416,10 @@ If, for example, | |||
1416 | .Cm ServerAliveCountMax | 1416 | .Cm ServerAliveCountMax |
1417 | is left at the default, if the server becomes unresponsive, | 1417 | is left at the default, if the server becomes unresponsive, |
1418 | ssh will disconnect after approximately 45 seconds. | 1418 | ssh will disconnect after approximately 45 seconds. |
1419 | This option applies to protocol version 2 only. | 1419 | This option applies to protocol version 2 only; in protocol version |
1420 | 1 there is no mechanism to request a response from the server to the | ||
1421 | server alive messages, so disconnection is the responsibility of the TCP | ||
1422 | stack. | ||
1420 | .It Cm ServerAliveInterval | 1423 | .It Cm ServerAliveInterval |
1421 | Sets a timeout interval in seconds after which if no data has been received | 1424 | Sets a timeout interval in seconds after which if no data has been received |
1422 | from the server, | 1425 | from the server, |