From owner-cvs-all Fri Sep 28 10:57:42 2001 Delivered-To: cvs-all@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id B410537B407; Fri, 28 Sep 2001 10:57:34 -0700 (PDT) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.123.131]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id LAA05784; Fri, 28 Sep 2001 11:57:32 -0600 (MDT) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id LAA27087; Fri, 28 Sep 2001 11:57:32 -0600 (MDT) (envelope-from nate) From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15284.47627.949591.179153@nomad.yogotech.com> Date: Fri, 28 Sep 2001 11:57:31 -0600 To: Josef Karthauser Cc: Nate Williams , Gregory Neil Shapiro , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/openssh atomicio.h auth-chall.c auth2-chall.c canohost.h clientloop.h groupaccess.c groupaccess.h kexdh.c kexgex.c log.h mac.c mac.h misc.c misc.h pathnames.h In-Reply-To: <20010928185458.B9982@tao.org.uk> References: <200109280133.f8S1Xr363615@freefall.freebsd.org> <20010928015644.N84277-100000@achilles.silby.com> <20010928013527.A8101@xor.obsecurity.org> <15284.36137.254842.551909@nomad.yogotech.com> <15284.40817.364418.89517@horsey.gshapiro.net> <15284.40987.681415.432076@nomad.yogotech.com> <15284.41365.425727.42065@horsey.gshapiro.net> <15284.41764.337979.488670@nomad.yogotech.com> <20010928185458.B9982@tao.org.uk> X-Mailer: VM 6.95 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > > if you list "Protocol 2", attempts to > > > contact a protocol 1 only sshd would fail; > > > > True, but that's because there is no way to force the client to do a > > SSH1 connection. However, the client is capable of supporting ssh v1, > > it's just not available to you via the command line. (Note to developers > > listening, that would be a good command-line switch to add, like > > 'ssh -1'.) > > Yes it is, it's just a mouthful: > > % ssh -o 'Protocol 1' hostname Thanks for the hint. I like 'ssh -1' better, although not so much as to implement and submit a patch to the maintainers. :( Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message