summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-02-09 16:09:51 +0000
committerColin Watson <cjwatson@debian.org>2015-11-29 17:26:12 +0000
commitf1b6288dd90b72d4cad7e65f35d05148a5ba1874 (patch)
tree397a87d747e7a744ac1e5a54e3de315b7df2f2ea /ssh_config.5
parent89dd60ab74e7ebfe4f234c4068fa941479535d8e (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.55
1 files changed, 4 insertions, 1 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index b2dc49b09..82dcf0c08 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -1468,7 +1468,10 @@ If, for example,
1468.Cm ServerAliveCountMax 1468.Cm ServerAliveCountMax
1469is left at the default, if the server becomes unresponsive, 1469is left at the default, if the server becomes unresponsive,
1470ssh will disconnect after approximately 45 seconds. 1470ssh will disconnect after approximately 45 seconds.
1471This option applies to protocol version 2 only. 1471This option applies to protocol version 2 only; in protocol version
14721 there is no mechanism to request a response from the server to the
1473server alive messages, so disconnection is the responsibility of the TCP
1474stack.
1472.It Cm ServerAliveInterval 1475.It Cm ServerAliveInterval
1473Sets a timeout interval in seconds after which if no data has been received 1476Sets a timeout interval in seconds after which if no data has been received
1474from the server, 1477from the server,