On Wed, 30 Apr 2008, Lars NoodC)n wrote: > On OpenBSD 4.2, ssh-keyscan looks like it tries for SSH1 first, rather > than SSH2, which is the default[1] for OpenBSD. However, it appears not > to retry the scan with SSH2 if SSH1 fails.
ssh-keyscan never rolls over to a different protocol unless you have told it to (e.g. "ssh-keyscan -t rsa1,rsa,dsa hosts"). However, the default of looking for rsa1 keys only is wrong. I have just fixed this :) -d