Created
May 23, 2019 16:09
-
-
Save leogallego/9f034f4d5de2e7590d811c174b951c97 to your computer and use it in GitHub Desktop.
github error key already in use
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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