Dev Tools · 5h ago
GitHub SSH Key Rejection Bug: Missing .pub Extension
A developer found GitHub suddenly rejecting SSH keys that lacked the .pub file extension. The fix required renaming the private key file to include .pub, exposing a parsing quirk. The issue highlights how subtle filename conventions can break authentication workflows.
Meridian48 take
This is a niche but frustrating edge case that underscores how brittle developer tooling can be when assumptions about file naming are hardcoded.
githubssh-keys