Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.1k views
in Technique[技术] by (71.8m points)

how do I remove my public key from github?

I've got a public linked to my profile on github. I put it up a long time ago. Since the time I put it up, I've lost the private key of the pair.

I have generated a new key pair and put it on my github profile. But I still can't push to github. git gives me errors related to my keys.

I'd like to remove the old public key, but I can't seem to find the option to do so in githubs admin dashboards. I can't find any instructions for how to remove keys. I've emailed them for help, but haven't gotten a reply as of yet.

How can I remove existing keys in my github account?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

To remove an SSH public key, follow the below steps.

  1. Login to your GitHub account.
  2. Go to the account Settings.
  3. Follow the link 'SSH keys' at /settings/ssh.
  4. Note your key in a list, represented as an email address (or compare with ssh-add -l).
  5. Simply click on the 'Delete' next to your key.

That should do it.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share

2.1m questions

2.1m answers

63 comments

56.6k users

...