docs/85194: man ssh(1) -o description
Regis A. Despres
mad at cynique.org
Sun Aug 21 21:00:44 UTC 2005
>Number: 85194
>Category: docs
>Synopsis: man ssh(1) -o description
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Sun Aug 21 21:00:38 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Regis A. Despres
>Release: FreeBSD 5.3-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD cynique.org 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #2: Wed Dec 22 17:46:09 CET 2004 root at cynique.org:/usr/src/sys/i386/compile/MAD i386
>Description:
<code/input/activities to reproduce the problem (multiple lines)>
Extract from man-page :
SSH(1) FreeBSD General Commands Manual SSH(1)
NAME
ssh -- OpenSSH SSH client (remote login program)
(snip)
-o option
Can be used to give options in the format used in the configura-
tion file. This is useful for specifying options for which there
is no separate command-line flag. For full details of the
options listed below, and their possible values, see
ssh_config(5).
AddressFamily
BatchMode
BindAddress
ChallengeResponseAuthentication
CheckHostIP
Cipher
Ciphers
ClearAllForwardings
Compression
CompressionLevel
ConnectionAttempts
ConnectionTimeout
DynamicForward
(snip)
So let try a :
$ssh -o ConnectionTimeout=5 localhost
command-line: line 0: Bad configuration option: ConnectionTimeout
>How-To-Repeat:
>Fix:
Lets do :
$ssh -o ConnectTimeout=5 localhost
The authenticity of host 'cynique.org (nnn.nnn.nnn.nnn)' can't be established.
DSA key fingerprint is xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx.
Are you sure you want to continue connecting (yes/no)?
Is this can help ?
@@ -620,7 +620,7 @@
.It Compression
.It CompressionLevel
.It ConnectionAttempts
-.It ConnectionTimeout
+.It ConnectTimeout
.It DynamicForward
.It EscapeChar
.It ForwardAgent
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list