CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/11/29 16:45:51
Modified files:
usr.bin/ssh : auth.c hostfile.c hostfile.h ssh.c ssh_config.5
sshconnect.c sshconnect.h sshconnect2.c
Log message:
automatically order the hostkeys requested by the client based on
which hostkeys are already recorded in known_hosts. This avoids
hostkey warnings when connecting to servers with new ECDSA keys
that are preferred by default; with markus@
