step ssh fingerprint
step ssh fingerprint -- print the fingerprint of an SSH public key or certificate
step ssh fingerprint <file>
step ssh fingerprint prints the fingerprint of an ssh public key or certificate.
file
The path to an SSH public key or certificate.
--format=format
The format
of the fingerprint, it must be "hex", "base64", "base64-url", "base64-raw", "base64-url-raw" or "emoji".
--certificate Include SSH certificate bytes in fingerprint
Print the fingerprint for the public key in an SSH certificate:
$ step ssh fingerprint id_ecdsa-cert.pub
Print the fingerprint for an SSH public key:
$ step ssh fingerprint id_ecdsa.pub
Print the fingerprint for the full contents of an SSH certificate:
$ step ssh fingerprint id_ecdsa-cert.pub --certificate