On 2019/03/23 15:20, Otto Moerbeek wrote:
> Try ssh -oFingerprintHash=md5 anoncvs.jp.openbsd.org to verify the key.
>
> The website is incomplete, though, it should als lists the SHA256s
I previously sent out mails to mirror admins asking that they provided
this information but didn't have replies from everyone. For obvious reasons
I don't want to take this information from third parties.
# cd /etc/ssh
# for i in SHA256 MD5; do
# ssh-keygen -l -E $i -f ssh_host_rsa_key.pub | awk '{print "SR\t"$2}'
# ssh-keygen -l -E $i -f ssh_host_dsa_key.pub | awk '{print "SD\t"$2}'
# ssh-keygen -l -E $i -f ssh_host_ecdsa_key.pub | awk '{print "SE\t"$2}'
# ssh-keygen -l -E $i -f ssh_host_ed25519_key.pub | awk '{print "S2\t"$2}'
# done