Created
April 2, 2023 05:14
-
-
Save bliotti/4e031238d3b67ca55d406afb48df597b to your computer and use it in GitHub Desktop.
GET all ssh key fingerprints
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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