bugzilla-daemon at bugzilla.mindrot.org
2007-Oct-19 09:03 UTC
[Bug 1376] New: 'ssh-keygen -HF' hashes host,IP together
https://bugzilla.mindrot.org/show_bug.cgi?id=1376
Summary: 'ssh-keygen -HF' hashes host,IP together
Classification: Unclassified
Product: Portable OpenSSH
Version: 4.7p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: ssh-keygen
AssignedTo: bitbucket at mindrot.org
ReportedBy: jp at devnull.cz
Created an attachment (id=1363)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=1363)
fix for the bug reported
the corner case of '-HF' returns a string that is a hash for the whole
hostline and not just the host xor IP address which means that usually
it will return a hash for "HOST,IP". This will never be matched if
manually included into the known_host file since ssh hashes only one of
HOST or IP to look for a match in known_hosts file.
patch to fix this is included.
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2007-Dec-31 12:47 UTC
[Bug 1376] 'ssh-keygen -HF' hashes host,IP together
https://bugzilla.mindrot.org/show_bug.cgi?id=1376
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker at zip.com.au
Blocks| |1353
--- Comment #1 from Darren Tucker <dtucker at zip.com.au> 2007-12-31
23:47:47 ---
Target 4.8
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2008-Jan-19 22:37 UTC
[Bug 1376] 'ssh-keygen -HF' hashes host,IP together
https://bugzilla.mindrot.org/show_bug.cgi?id=1376
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
CC| |djm at mindrot.org
--- Comment #2 from Damien Miller <djm at mindrot.org> 2008-01-20
09:37:41 ---
patch applied - thanks!
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2008-Mar-31 04:22 UTC
[Bug 1376] 'ssh-keygen -HF' hashes host,IP together
https://bugzilla.mindrot.org/show_bug.cgi?id=1376
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #3 from Damien Miller <djm at mindrot.org> 2008-03-31
15:21:52 ---
Fix shipped in 4.9/4.9p1 release.
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.