- Smallstep Knowledge Base
- Smallstep Solutions Documentation
- SSH Professional
How to Inspect SSH Certificates
You can combine `step ssh` commands to inspect the contents of an SSH certificate in the SSH Agent
# List all keys known to the agent
step ssh list
# List all keys and inspect the certificates
step ssh list | step ssh inspect
For more examples of using `step ssh list`, see our command reference here.