commit | d925dcd8a5d1a3070061006788352bed93260582 | [log] [download] |
---|---|---|
author | Damien Miller <djm@mindrot.org> | Wed Dec 01 12:21:51 2010 +1100 |
committer | Damien Miller <djm@mindrot.org> | Wed Dec 01 12:21:51 2010 +1100 |
tree | 12f78195086ff506d0f4e4c39098d675cdae0ee9 | |
parent | 03c0e533de56a1fc55ec1885d35c3197fdefbf94 [diff] |
- djm@cvs.openbsd.org 2010/11/29 23:45:51 [auth.c hostfile.c hostfile.h ssh.c ssh_config.5 sshconnect.c] [sshconnect.h sshconnect2.c] 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@