summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2003-09-01 19:03:02 +0000
committerColin Watson <cjwatson@debian.org>2003-09-01 19:03:02 +0000
commit4a4400f027c87b8b8182ecad3e821c0a0db49df0 (patch)
treeb2ea7235c6f34ddb60f5f7001f23dfcfe1766fa3 /ssh_config.5
parent1501d1e253613aba573e163869a2f704abd73a44 (diff)
parent854156dd39acbde9b4a47ec0fc54a042ea7358e0 (diff)
Debian release 3.6.1p2-1.
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.525
1 files changed, 15 insertions, 10 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 15b36f273..d0ea33918 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -364,9 +364,10 @@ identities will be tried in sequence.
364Specifies whether the system should send TCP keepalive messages to the 364Specifies whether the system should send TCP keepalive messages to the
365other side. 365other side.
366If they are sent, death of the connection or crash of one 366If they are sent, death of the connection or crash of one
367of the machines will be properly noticed. This option only uses TCP 367of the machines will be properly noticed.
368keepalives (as opposed to using ssh level keepalives), so takes a long 368This option only uses TCP keepalives (as opposed to using ssh level
369time to notice when the connection dies. As such, you probably want 369keepalives), so takes a long time to notice when the connection dies.
370As such, you probably want
370the 371the
371.Cm ProtocolKeepAlives 372.Cm ProtocolKeepAlives
372option as well. 373option as well.
@@ -471,9 +472,10 @@ tries version 2 and falls back to version 1
471if version 2 is not available. 472if version 2 is not available.
472.It Cm ProtocolKeepAlives 473.It Cm ProtocolKeepAlives
473Specifies the interval in seconds at which IGNORE packets will be sent to 474Specifies the interval in seconds at which IGNORE packets will be sent to
474the server during idle periods. Use this option in scripts to detect 475the server during idle periods.
475when the network fails. The argument must be an integer. The default 476Use this option in scripts to detect when the network fails.
476is 0 (disabled), or 300 if the 477The argument must be an integer.
478The default is 0 (disabled), or 300 if the
477.Cm BatchMode 479.Cm BatchMode
478option is set. 480option is set.
479.It Cm ProxyCommand 481.It Cm ProxyCommand
@@ -571,13 +573,16 @@ Note that this option applies to protocol version 1 only.
571Normally, 573Normally,
572.Nm ssh 574.Nm ssh
573blocks indefinitely whilst waiting to receive the ssh banner and other 575blocks indefinitely whilst waiting to receive the ssh banner and other
574setup protocol from the server, during the session setup. This can cause 576setup protocol from the server, during the session setup.
577This can cause
575.Nm ssh 578.Nm ssh
576to hang under certain circumstances. If this option is set, 579to hang under certain circumstances.
580If this option is set,
577.Nm ssh 581.Nm ssh
578will give up if no data from the server is received for the specified 582will give up if no data from the server is received for the specified
579number of seconds. The argument must be an integer. The default is 0 583number of seconds.
580(disabled), or 300 if 584The argument must be an integer.
585The default is 0 (disabled), or 300 if
581.Cm BatchMode 586.Cm BatchMode
582is set. 587is set.
583.It Cm SmartcardDevice 588.It Cm SmartcardDevice