chore: refresh ssh-allowed-signers and checksums#55
Merged
chiro-hiro merged 1 commit intoJun 4, 2026
Conversation
Regenerate ssh-allowed-signers from the current GitHub-published SSH keys and refresh checksum.sha256 through the generator scripts. This picks up rotated signing keys: - chiro-hiro: 4 -> 2 keys (dropped the sk-ssh-ed25519 security key and two older ed25519 keys; two current ed25519 keys remain) - chirojr: key rotated (single ed25519 key replaced) Both files are produced by generate-ssh-allowed-signers.sh / generate-checksums.sh and committed verbatim.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Regenerated
ssh-allowed-signersandchecksum.sha256by running the generator scripts against the current GitHub-published SSH keys:Security-relevant delta
These files are a trust boundary (every listed key becomes an authorized commit signer), so the changes are spelled out:
chiro-hiro:4 → 2keys — dropped thesk-ssh-ed25519security key and two older ed25519 keys; two current ed25519 keys remain.chirojr: single ed25519 key rotated (replaced).checksum.sha256: updated to match the newssh-allowed-signersdigest.The set reflects exactly what each account currently publishes at
https://github.com/<user>.keys— the script's source of truth. No manual edits.Notes
The trust-anchor drift check (GPG allowlist vs SSH signers) emits informational warnings only; SSH trust is intentionally not auto-expanded from the GPG list.