.ssh-allowed-signers contains my SSH public keys trusted for signing commits and tags on GitHub.
principal key-type public-key-data comment
- github.com@idunno.org - 1password backed signing key
To verify tags using these keys:
# Configure Git to use this file
git config gpg.ssh.allowedSignersFile .ssh-allowed-signers
# Verify a tag
git verify-commit <commit>To verify tags using these keys:
# Configure Git to use this file
git config gpg.ssh.allowedSignersFile .ssh-allowed-signers
# Verify a tag
git verify-tag <tag>