Bug 3208

Summary: ssh-keygen man page: sha1 fingerprint with "-E sha1" is supported
Product: Portable OpenSSH Reporter: Vincent Lefevre <vincent-openssh>
Component: ssh-keygenAssignee: Assigned to nobody <unassigned-bugs>
Status: NEW ---    
Severity: minor    
Priority: P5    
Version: 8.3p1   
Hardware: Other   
OS: Linux   

Description Vincent Lefevre 2020-09-02 01:41:20 AEST
The ssh-keygen(1) man page says:

  -E fingerprint_hash
      Specifies the hash algorithm used when displaying key fingerprints.
      Valid options are: “md5” and “sha256”. The default is “sha256”.

But sha1 is supported too.