From owner-freebsd-doc@FreeBSD.ORG Sun Aug 21 21:00:44 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9559016A41F for ; Sun, 21 Aug 2005 21:00:44 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D331443D5A for ; Sun, 21 Aug 2005 21:00:38 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7LL0ced016139 for ; Sun, 21 Aug 2005 21:00:38 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7LL0cG8016137; Sun, 21 Aug 2005 21:00:38 GMT (envelope-from gnats) Resent-Date: Sun, 21 Aug 2005 21:00:38 GMT Resent-Message-Id: <200508212100.j7LL0cG8016137@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Regis A. Despres" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBD0A16A41F for ; 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 ; 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 ; 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" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/85194: man ssh(1) -o description X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Regis A. Despres" List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 21:00:44 -0000 >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@cynique.org:/usr/src/sys/i386/compile/MAD i386 >Description: 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: