[Bug 2285] Say NOT updated instead of updated

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri May 1 13:49:38 AEST 2015


https://bugzilla.mindrot.org/show_bug.cgi?id=2285

Damien Miller <djm at mindrot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |djm at mindrot.org
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Damien Miller <djm at mindrot.org> ---
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.


More information about the openssh-bugs mailing list