Hi, looking at Max's blacklist it should be clear that they do *not* stick to ssh-vulnkey(1) format :
" The blacklist file may start with comments, on lines starting with "#". After these initial comments, it must follow a strict format: · All the lines must be exactly the same length (20 characters followed by a newline) and must be in sorted order. · Each line must consist of the lower-case hexadecimal MD5 key fingerprint, without colons, and with the first 12 characters removed (that is, the least significant 80 bits of the fingerprint)." i.e the files should be quickly fixed by doing : $ perl -pe 's/.{12}(.*)/$1/' rsa-4096-le.blacklist | sort > blacklist.RSA-4096 Cheers -- Mathieu -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]