commit | a8796f3fcc8584ad01ba0132a0ae1d7d1131febd | [log] [download] |
---|---|---|
author | Damien Miller <djm@mindrot.org> | Sun Feb 10 22:24:30 2008 +1100 |
committer | Damien Miller <djm@mindrot.org> | Sun Feb 10 22:24:30 2008 +1100 |
tree | e6b9a74ef6d1c217d8b4d76b34eec6ea3a40a065 | |
parent | 6b0c818568b2650f519ee2dc9c685c313d802c1c [diff] |
- djm@cvs.openbsd.org 2008/01/19 22:22:58 [ssh-keygen.c] when hashing individual hosts (ssh-keygen -Hf hostname), make sure we hash just the specified hostname and not the entire hostspec from the keyfile. It may be of the form "hostname,ipaddr", which would lead to a hash that never matches. report and fix from jp AT devnull.cz