summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2003-09-01 00:51:03 +0000
committerColin Watson <cjwatson@debian.org>2003-09-01 00:51:03 +0000
commit79cf0b3654d7b597de323153eb57015cdfbd90a4 (patch)
tree274e78bc3369e218e59aa1fcc9b7e90697f424f1 /ssh_config.5
parentd984a3c6658e950881edcfb2aae464add93f68d4 (diff)
Debian release 3.4p1-1.
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.535
1 files changed, 34 insertions, 1 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 53cb0fe97..801a7e88a 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -120,8 +120,15 @@ This option applies to protocol version 1 only.
120If set to 120If set to
121.Dq yes , 121.Dq yes ,
122passphrase/password querying will be disabled. 122passphrase/password querying will be disabled.
123In addition, the
124.Cm ProtocolKeepAlives
125and
126.Cm SetupTimeOut
127options will both be set to 300 seconds by default.
123This option is useful in scripts and other batch jobs where no user 128This option is useful in scripts and other batch jobs where no user
124is present to supply the password. 129is present to supply the password,
130and where it is desirable to detect a
131broken network swiftly.
125The argument must be 132The argument must be
126.Dq yes 133.Dq yes
127or 134or
@@ -336,6 +343,12 @@ Specifies whether the system should send TCP keepalive messages to the
336other side. 343other side.
337If they are sent, death of the connection or crash of one 344If they are sent, death of the connection or crash of one
338of the machines will be properly noticed. 345of the machines will be properly noticed.
346of the machines will be properly noticed. This option only uses TCP
347keepalives (as opposed to using ssh level keepalives), so takes a long
348time to notice when the connection dies. As such, you probably want
349the
350.Cm ProtocolKeepAlives
351option as well.
339However, this means that 352However, this means that
340connections will die if the route is down temporarily, and some people 353connections will die if the route is down temporarily, and some people
341find it annoying. 354find it annoying.
@@ -434,6 +447,13 @@ This means that
434.Nm ssh 447.Nm ssh
435tries version 2 and falls back to version 1 448tries version 2 and falls back to version 1
436if version 2 is not available. 449if version 2 is not available.
450.It Cm ProtocolKeepAlives
451Specifies the interval at which IGNORE packets will be sent to
452the server during dile periods. Use this option in scripts to detect
453when the network fails. The argument must be an integer. The default
454is 0 (disabled), or 300 if the
455.Cm BatchMode
456option is set.
437.It Cm ProxyCommand 457.It Cm ProxyCommand
438Specifies the command to use to connect to the server. 458Specifies the command to use to connect to the server.
439The command 459The command
@@ -517,6 +537,19 @@ running.
517The default is 537The default is
518.Dq yes . 538.Dq yes .
519Note that this option applies to protocol version 1 only. 539Note that this option applies to protocol version 1 only.
540.It Cm SetupTimeOut
541Normally,
542.Nm ssh
543blocks indefinitly whilst waiting to receive the ssh banner and other
544setup protocol from the server, during the session setup. This can cause
545.Nm ssh
546to hang under certain circumstances. If this option is set,
547.Nm ssh
548will give up if no data from the server is received for the specified
549number of seconds. The argument must be an integer. The default is 0
550(disabled), or 300 if
551.Cm BatchMode
552is set.
520.It Cm SmartcardDevice 553.It Cm SmartcardDevice
521Specifies which smartcard device to use. The argument to this keyword is 554Specifies which smartcard device to use. The argument to this keyword is
522the device 555the device