Tagged Questions
0
votes
1answer
39 views
Multiple ssh keys on Heroku
I have:
Computer A with id_rsa and id_rsa.pub
Computer B with different id_rsa and id_rsa.pub (it's not the same as that one from computer A) and id_rsa2 id_rsa2.pub
I created an account on heroku, ...
0
votes
2answers
998 views
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 ...