Skip to content

Instantly share code, notes, and snippets.

@leonardehrenfried
Created March 7, 2012 18:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leonardehrenfried/1994872 to your computer and use it in GitHub Desktop.
Save leonardehrenfried/1994872 to your computer and use it in GitHub Desktop.
Github error message for SSH key audit
$ git push
ERROR: Hi lenniboy, it's GitHub. We're doing an SSH key audit.
Please visit https://github.com/settings/ssh/audit/1115917
to approve this key so we know it's safe.
Fingerprint: 89:c6:f7:7f:bd:f7:de:92:be:d8:48:5b:e6:38:b2:13
fatal: The remote end hung up unexpectedly
@vadonka
Copy link

vadonka commented Mar 8, 2012

i had the same error today.

@leonardehrenfried
Copy link
Author

It's related to the recent discovery of a mass assignment vulnerability.

See: https://gist.github.com/1978249

Just visit the link and confirm your keys.

@vadonka
Copy link

vadonka commented Mar 8, 2012

thx for the notice! i didn't know that. after i approve my ssh key its working again.

@clinicworks-ci
Copy link

I just started getting this on an account we set up for CI. I keep on visiting the link, it says the keys are verified but the failure continues

@leonardehrenfried
Copy link
Author

Hmm, maybe generated completely new keys? Or better get in touch with github support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment