logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ssh-certinfo - shows validity and information of SSH certificates

Description

       shows validity and information of SSH certificates

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

SSH-TOOLS                                          March 2024                                    SSH-CERTINFO(1)

Name

       ssh-certinfo - shows validity and information of SSH certificates

Options

-c     show colors

       -h     show this message

       -w days
              warning threshold (default: 30)

       -v     verbose output

       --version
              show version information

Synopsis

       ssh-certinfo [OPTIONS] CERT-FILE [...]

See Also