Skip to content

Commit

Permalink
git: check public key SHA registered with GitHub script
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Jul 21, 2024
1 parent a9a251c commit 15e1fec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bin/github-key-sha
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env sh

# Check SHA of public SSH key as shown on GitHub SSH keys page
# - matches authentication and signing keys

ssh-keygen -lf "$@"

0 comments on commit 15e1fec

Please sign in to comment.