Date: 31 Dec 2004 22:46:13 -0000 From: conover@rahul.net (John Conover) To: Robin Becker <robin@reportlab.com> Cc: freebsd-questions@freebsd.org Subject: Re: ssh protocol in 5.3 Message-ID: <20041231224613.16692.qmail@rahul.net> In-Reply-To: <41D724CF.6020404@jessikat.fsnet.co.uk> References: <41D724CF.6020404@jessikat.fsnet.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
>From 5.3 do ssh -1 mylog@myhost.com. You can also set a protocol, 1 or 2, in the ssh configs, either globally in /etc/ssh ... or ~/.ssh/config. You can also use both, at the same time. ~/.ssh/known_hosts and ~/.ssh/authorized_keys can have both protocol 1 and 2 records in the same file; the identity files are different for 1 an 2, but have different file names in 1 and 2, so can coexist in ~/.ssh. John Robin Becker writes: > I have just upgraded one of my systems from 4.9 to 5.3 and even after > restoring my old .ssh folder it seems I cannot get ssh on a 4.9 system > to use protocol 1 with the 5.3 system. > > Am I being stupid or must I go through the pain of creating a whole new > set of keys for protocol 2. > > We use protocol 1 for legacy reasons ie we have a very old > implementation of ssh on our win32 PCs. > -- John Conover, conover@rahul.net, http://www.johncon.com/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041231224613.16692.qmail>