table of contents
SSH-CERTINFO(1) | User Commands | SSH-CERTINFO(1) |
NAME¶
ssh-certinfo - shows validity and information of SSH certificates
DESCRIPTION¶
- Usage: ssh-certinfo [OPTIONS] CERT-FILE [...]
- OPTIONS:
- Examples:
- Default:
- ssh-certinfo ~/.ssh/id_rsa-cert.pub
- ssh-certinfo ~/.ssh/*.pub
- Certificates which expire within the next 2 months (colored output):
- ssh-certinfo -c -w 60 ~/.ssh/id_rsa-cert.pub
- ssh-certinfo -c -w 60 ~/.ssh/*.pub
January 2020 | SSH-TOOLS |