Skip to content

Instantly share code, notes, and snippets.

@bliotti
Created April 2, 2023 05:14
Show Gist options
  • Save bliotti/4e031238d3b67ca55d406afb48df597b to your computer and use it in GitHub Desktop.
Save bliotti/4e031238d3b67ca55d406afb48df597b to your computer and use it in GitHub Desktop.
GET all ssh key fingerprints
find ~/.ssh -name '*.pub' | xargs -I _ ssh-keygen -l -E sha256 -f _
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment