Remove all the keys (credentials) from a PC

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?

0

2 Answers

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.

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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like