step ssh inspect
step ssh inspect -- print the contents of an ssh certificate
step ssh inspect <crt-file>
step ssh inspect command prints ssh certificate details in human readable format.
crt-file
The path to an ssh certificate.
--format=format
The output format for printing the introspection details.
format
is a string and must be one of:
-
text: Print output in unstructured text suitable for a human to read.
-
json: Print output in JSON format.
Prints the contents of id_ecdsa-cert.pub:
$ step ssh inspect id_ecdsa-cert.pub