From mad@cynique.org  Sun Aug 21 20:54:59 2005
Return-Path: <mad@cynique.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BBD0A16A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 21 Aug 2005 20:54:59 +0000 (GMT)
	(envelope-from mad@cynique.org)
Received: from postfix4-1.free.fr (postfix4-1.free.fr [213.228.0.62])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 36D5A43D48
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 21 Aug 2005 20:54:58 +0000 (GMT)
	(envelope-from mad@cynique.org)
Received: from cynique.org (lon92-5-82-235-209-118.fbx.proxad.net [82.235.209.118])
	by postfix4-1.free.fr (Postfix) with ESMTP id 50D39319E7E
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 21 Aug 2005 22:54:58 +0200 (CEST)
Received: by cynique.org (Postfix, from userid 1001)
	id 576F165C4; Sun, 21 Aug 2005 22:59:05 +0200 (CEST)
Message-Id: <20050821205905.576F165C4@cynique.org>
Date: Sun, 21 Aug 2005 22:59:05 +0200 (CEST)
From: Regis A. Despres <mad@cynique.org>
Reply-To: Regis A. Despres <mad@cynique.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: man ssh(1) -o description
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         85194
>Category:       docs
>Synopsis:       [patch] man ssh(1) -o description
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    jcamou
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 21 21:00:38 GMT 2005
>Closed-Date:    Wed Feb 22 20:00:57 GMT 2006
>Last-Modified:  Wed Feb 22 20:00:57 GMT 2006
>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@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:

From: David Adam <zanchey@ucc.gu.uwa.edu.au>
To: "Regis A. Despres" <mad@cynique.org>
Cc: FreeBSD-gnats-submit@FreeBSD.org, freebsd-doc@FreeBSD.org
Subject: Re: docs/85194: man ssh(1) -o description
Date: Mon, 22 Aug 2005 09:22:21 +0800 (WST)

 On Sun, 21 Aug 2005, Regis A. Despres wrote:
 > @@ -620,7 +620,7 @@
 >  .It Compression
 >  .It CompressionLevel
 >  .It ConnectionAttempts
 > -.It ConnectionTimeout
 > +.It ConnectTimeout
 >  .It DynamicForward
 >  .It EscapeChar
 >  .It ForwardAgent
 
 A similar patch was applied in revision 1.185 of the file
 src/usr/bin/ssh/ssh.1 in the OpenBSD CVS tree.
 
 Until we sync up with them, I suggest we merge this patch.
 
 David Adam
 zanchey@ucc.gu.uwa.edu.au
 
State-Changed-From-To: open->patched  
State-Changed-By: jcamou 
State-Changed-When: Fri Feb 3 18:55:38 UTC 2006 
State-Changed-Why:  
This has been already fixed on HEAD.  I will take care of 
the MFC'ing part. 


Responsible-Changed-From-To: freebsd-doc->jcamou  
Responsible-Changed-By: jcamou 
Responsible-Changed-When: Fri Feb 3 18:55:38 UTC 2006 
Responsible-Changed-Why:  
Set me as responsible. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=85194 
State-Changed-From-To: patched->closed  
State-Changed-By: jcamou 
State-Changed-When: Wed Feb 22 19:59:29 UTC 2006 
State-Changed-Why:  
The change has been applied on RELENG_5 in ssh.1, sftp.1 
and scp.1.  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=85194 
>Unformatted:
