https://bugzilla.mindrot.org/show_bug.cgi?id=2285
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Damien Miller <[email protected]> --- This was fixed in openssh-6.8 by another change: $ ./ssh-keygen -R test.example.com # Host test.example.com found: line 157 home/djm/.ssh/known_hosts updated. Original contents retained as /home/djm/.ssh/known_hosts.old $ rm -f /home/djm/.ssh/known_hosts.old $ ./ssh-keygen -R test.example.com Host test.example.com not found in home/djm/.ssh/known_hosts $ ls -l /home/djm/.ssh/known_hosts.old ls: cannot access /home/djm/.ssh/known_hosts.old: No such file or directory -- 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. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
