Skip to content

Instantly share code, notes, and snippets.

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 leogallego/9f034f4d5de2e7590d811c174b951c97 to your computer and use it in GitHub Desktop.
Save leogallego/9f034f4d5de2e7590d811c174b951c97 to your computer and use it in GitHub Desktop.
github error key already in use
# If the key already exists in another user (or machine user) or is a deploy key in a project/repo, it can't be used anywhere else.
# Github doesn't inform the owner of the key, the project or any other data about the conflict
# You only see the key fingerprint in every project or user, and a user filed description (text, might not have relation to actual key)
#
# How to see a github compatible fingerprint from a public id_rsa key file:
ssh-keygen -E md5 -lf /$PATH/$ID_RSA_FILE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment