Remove all the keys (credentials) from a PC

48,505

Solution 1

You can use the mmc.exe application to manage the installed certificates. Start : Run... mmc.exe and add the Certificates plugin. The GUI will show you all the installed certificates and allow you to export/remove them.

Solution 2

SSH keys have no standard location. If you generated them using OpenSSH's ssh-keygen or PuTTY's PuTTYgen, all you need is to delete the key files you created. (OpenSSH keeps them in ~/.ssh/ by default.)


Don't forget a free-space wipe (cipher /w:C:\ will do).

Share:
48,505

Related videos on Youtube

studiohack
Author by

studiohack

Updated on September 17, 2022

Comments

  • studiohack
    studiohack almost 2 years

    I gonna have to change my Windows PC with a colleague at office. I've added a few rsa ssh keys while playing around with git, github, heroku and a few others.

    What'd be the best way to remove all my credentials from my Windows PC?

  • user1686
    user1686 over 13 years
    certmgr.msc