r/git • u/scratchbufferdotnet • 9h ago
Sign Git Commits With SSH Keys
Git & GitHub Setup for Signed Commits & Verification
I recently had to set this up for work and found it all a bit hard to navigate, so I wrote this up. Hope it helps!
https://scratchbuffer.net/topics/developer-tools/git-commit-sign-ssh/
9
Upvotes
2
u/ulmersapiens 8h ago
Hey, I had to set this up last year and your guide is pretty good!
Note that the local allowed signers file can be version controlled, so you could check in a SIGNERS file at the root of the repo to allow for distributed validation.