Your message dated Sat, 22 Aug 2015 10:31:18 +0100
with message-id <[email protected]>
and subject line known_hosts bugs fixed in OpenSSH 6.8
has caused the Debian Bug report #764269,
regarding Say NOT updated instead of updated
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
764269: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=764269
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: openssh-client
Version: 1:6.6p1-8
Severity: minor
File: /usr/bin/ssh-keygen
We observe that aside from the first run below,
the message "/home/jidanni/.ssh/known_hosts updated." is incorrect.
Using diff(1) we show that the contents remain the same.
Therefore in the latter cases, saying
"/home/jidanni/.ssh/known_hosts NOT updated."
would be better. Nor is there any reason to write a backup.
$ ssh-keygen -f "/home/jidanni/.ssh/known_hosts" -R m.jidanni.org
# Host m.jidanni.org found: line 2 type RSA
/home/jidanni/.ssh/known_hosts updated.
Original contents retained as /home/jidanni/.ssh/known_hosts.old
$ ssh-keygen -f "/home/jidanni/.ssh/known_hosts" -R m.jidanni.org
/home/jidanni/.ssh/known_hosts updated.
Original contents retained as /home/jidanni/.ssh/known_hosts.old
$ ssh-keygen -f "/home/jidanni/.ssh/known_hosts" -R m.jidanni.org
/home/jidanni/.ssh/known_hosts updated.
Original contents retained as /home/jidanni/.ssh/known_hosts.old
$ diff /home/jidanni/.ssh/known_hosts.old /home/jidanni/.ssh/known_hosts
$
Yes you might think it odd that a user would repeat the command by
accident perhaps, but even more odd are the incorrect messages.
--- End Message ---
--- Begin Message ---
Source: openssh
Source-Version: 1:6.9p1-1
These bugs were fixed upstream by a refactoring of known_hosts
processing.
--
Colin Watson [[email protected]]
--- End Message ---