summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2015-12-03 17:05:31 +0000
committerColin Watson <cjwatson@debian.org>2015-12-03 17:07:25 +0000
commit72ad2a8d69daa14c8e91283e9aa8be38099cd473 (patch)
tree1aca64273a78c4f077ed2236ce63387f97d8d456 /ssh_config.5
parent7e19629e278bdcd6cb1885da7a26110f12724030 (diff)
parentc975d37df187e00832d6b6070731b8a8c16a6f56 (diff)
Drop SSH1 keepalive patch. Now that SSH1 is disabled at compile-time, it's been rejected upstream and there isn't much point carrying it any more.
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.55
1 files changed, 1 insertions, 4 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 981197ddf..81b9b740f 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -1492,10 +1492,7 @@ If, for example,
1492.Cm ServerAliveCountMax 1492.Cm ServerAliveCountMax
1493is left at the default, if the server becomes unresponsive, 1493is left at the default, if the server becomes unresponsive,
1494ssh will disconnect after approximately 45 seconds. 1494ssh will disconnect after approximately 45 seconds.
1495This option applies to protocol version 2 only; in protocol version 1495This option applies to protocol version 2 only.
14961 there is no mechanism to request a response from the server to the
1497server alive messages, so disconnection is the responsibility of the TCP
1498stack.
1499.It Cm ServerAliveInterval 1496.It Cm ServerAliveInterval
1500Sets a timeout interval in seconds after which if no data has been received 1497Sets a timeout interval in seconds after which if no data has been received
1501from the server, 1498from the server,