| Summary: | Say NOT updated instead of updated | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Dan Jacobson <jidanni> |
| Component: | ssh-keygen | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED FIXED | ||
| Severity: | trivial | CC: | djm |
| Priority: | P5 | ||
| Version: | 6.6p1 | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| URL: | http://bugs.debian.org/764269 | ||
|
Description
Dan Jacobson
2014-10-07 07:22:28 AEDT
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 Set all RESOLVED bugs to CLOSED with release of OpenSSH 7.1 |