how do I remove my public key from github?

馋奶兔 提交于 2019-11-28 09:16:24

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/6742555/how-do-i-remove-my-public-key-from-github

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!