how do I remove my public key from github?

后端 未结 1 1219
有刺的猬
有刺的猬 2020-12-19 19:45

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

相关标签:
1条回答
  • 2020-12-19 20:37

    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.

    0 讨论(0)
提交回复
热议问题