ssh protocol in 5.3
John Conover
conover at rahul.net
Fri Dec 31 14:47:16 PST 2004
>From 5.3 do ssh -1 mylog at 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 at rahul.net, http://www.johncon.com/
More information about the freebsd-questions
mailing list