Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.mdx

layout auto-doc
category reference
title step ssh inspect
menu
docs
parent
step ssh

Name

step ssh inspect -- print the contents of an ssh certificate

Usage

step ssh inspect <crt-file>

Description

step ssh inspect command prints ssh certificate details in human readable format.

Positional arguments

crt-file The path to an ssh certificate.

Options

--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.

Examples

Prints the contents of id_ecdsa-cert.pub:

$ step ssh inspect id_ecdsa-cert.pub