SSH: extract fingerprints from known_hosts

extract fingerprints from .ssh/known_hosts

all:

ssh-keygen -l -f ~/.ssh/known_hosts

specific host:

ssh-keygen -l -f ~/.ssh/known_hosts -F host.tld

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.