summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.55
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
1295is left at the default, if the server becomes unresponsive, 1295is left at the default, if the server becomes unresponsive,
1296ssh will disconnect after approximately 45 seconds. 1296ssh will disconnect after approximately 45 seconds.
1297This option applies to protocol version 2 only. 1297This option applies to protocol version 2 only; in protocol version
12981 there is no mechanism to request a response from the server to the
1299server alive messages, so disconnection is the responsibility of the TCP
1300stack.
1298.It Cm ServerAliveInterval 1301.It Cm ServerAliveInterval
1299Sets a timeout interval in seconds after which if no data has been received 1302Sets a timeout interval in seconds after which if no data has been received
1300from the server, 1303from the server,