>From 5.3 do ssh -1 [EMAIL PROTECTED] 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, [EMAIL PROTECTED], http://www.johncon.com/ _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"