Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Sep 2001 02:56:48 -0500
From:      "Matthew D. Fuller" <fullermd@futuresouth.com>
To:        Nate Williams <nate@yogotech.com>
Cc:        Josef Karthauser <joe@tao.org.uk>, Gregory Neil Shapiro <gshapiro@FreeBSD.ORG>, 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
Message-ID:  <20010929025648.W97797@futuresouth.com>
In-Reply-To: <15284.47627.949591.179153@nomad.yogotech.com>; from nate@yogotech.com on Fri, Sep 28, 2001 at 11:57:31AM -0600
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> <15284.47627.949591.179153@nomad.yogotech.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Sep 28, 2001 at 11:57:31AM -0600, a little birdie told me
that Nate Williams remarked
> > 
> > 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. :(

FWIW, I just have 'ssh1' and 'ssh2' scripts in my ~/bin that do the
appropriate things.

(ttyp6):{152}% cat ~/bin/ssh*
#!/bin/sh
exec ssh -o "Protocol 1" $*
#!/bin/sh
exec ssh -2 $*



-- 
Matthew Fuller     (MF4839)     |    fullermd@over-yonder.net
Unix Systems Administrator      |    fullermd@futuresouth.com
Specializing in FreeBSD         |    http://www.over-yonder.net/

"The only reason I'm burning my candle at both ends, is because I
      haven't figured out how to light the middle yet"

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010929025648.W97797>