Bug 3208 - ssh-keygen man page: sha1 fingerprint with "-E sha1" is supported
Summary: ssh-keygen man page: sha1 fingerprint with "-E sha1" is supported
Status: NEW
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: ssh-keygen (show other bugs)
Version: 8.3p1
Hardware: Other Linux
: P5 minor
Assignee: Assigned to nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-02 01:41 AEST by Vincent Lefevre
Modified: 2020-09-02 01:41 AEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.