I've read the security advisory and many how-tos, as well as the links in the post above.
However, when I regenerate the host keys, blacklisted keys are regenerated !
What's up with that ??
Code:
debian:~# rm /etc/ssh/ssh_host*
debian:~# dpkg-reconfigure openssh-server
Creating SSH2 RSA key; this may take some time ...
Creating SSH2 DSA key; this may take some time ...
Host key 39:82:2c:e2:b0:de:88:1e:49:ff:a4:33:XX:XX:XX:XX blacklisted (see ssh-vulnkey(1))
Host key 6e:92:88:e0:de:10:03:86:60:7c:1d:b1:XX:XX:XX:XX blacklisted (see ssh-vulnkey(1))
Restarting OpenBSD Secure Shell server: sshdHost key 39:82:2c:e2:b0:de:88:1e:49:ff:a4:33:XX:XX:XX:XX blacklisted (see ssh-vulnkey(1))
Host key 6e:92:88:e0:de:10:03:86:60:7c:1d:b1:3e:ee:27:c8 blacklisted (see ssh-vulnkey(1))
.
Thoughts?
EDIT: Etch / 4.0 stable, x86_64 version. Yes, I'm up2date.
Code:
debian:~# apt-get install openssh-server
Reading package lists... Done
Building dependency tree... Done
openssh-server is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
debian:~# dpkg -l | grep -e openss
ii openssh-blacklist 0.1.1 list of blacklisted OpenSSH RSA and DSA keys
ii openssh-client 4.3p2-9etch2 Secure shell client, an rlogin/rsh/rcp repla
ii openssh-server 4.3p2-9etch2 Secure shell server, an rshd replacement
ii openssl 0.9.8c-4etch3 Secure Socket Layer (SSL) binary and related
ii ssl-cert 1.0.14 Simple debconf wrapper for openssl
debian:~#