Re: ssh-keygen(1) fingerprint hashes

2019-03-31 Thread Christian Weisgerber
On 2019-03-31, randy.hart...@gmail.com wrote: > ssh-keygen's available hashes are md5, sha1, sha256, sha384, and > sha512 (See digest-{openssl,libc}.c). ssh-keygen(1)'s man page > shows valid fingerprint hashes as only md5 and sha256. All these > hashes[1] were available when the man page decla

ssh-keygen(1) fingerprint hashes

2019-03-31 Thread randy . hartman
ssh-keygen's available hashes are md5, sha1, sha256, sha384, and sha512 (See digest-{openssl,libc}.c). ssh-keygen(1)'s man page shows valid fingerprint hashes as only md5 and sha256. All these hashes[1] were available when the man page declared only the subset as valid. I'm able to use the other