Friday, March 24, 2023

in-security: GitHub RSA key changed

 We updated our RSA SSH host key | The GitHub Blog

reason: GitHub.com’s RSA SSH private key was briefly exposed in a public GitHub repository.

need to remove the old key by running this command:

$ ssh-keygen -R github.com

Or manually updating your ~/.ssh/known_hosts file to remove the old entry.

No comments: