GitHub recently tightened up their policy around SSH keys ...
https://github.blog/2021-09-01-improving-git-protocol-security-github/
This prevented us from using the "Generate SSH Key" option from within Crucible when setting up new repos. We were, however, able to get around this by using the "Upload SSH Key" option after generating a key with ...
ssh-keygen -t rsa-sha2-512 -m pem
Yesterday some of our repos stopped integrating properly and now I'm unable to get Crucible to authenticate with GitHub.
Is anyone else having this issue?