Remove all the keys (credentials) from a PC

3

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?

astk

Posted 2011-02-15T03:45:42.387

Reputation: 133

Answers

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.

Chris Nava

Posted 2011-02-15T03:45:42.387

Reputation: 7 009

2certmgr.msc – user1686 – 2011-02-16T19:31:14.487

1

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).

user1686

Posted 2011-02-15T03:45:42.387

Reputation: 283 655