I keep running into issues with "Your key with fingerprint ... is not authorized to access" errors when I try to run git push heroku master
. I've tried multiple combinations of removing the key and adding it again. I've viewed multiple stackoverflow posts and tried all of the suggestions. Everything i've read makes me think that I have old accounts that I don't know about on this machine. Is there any way to view all of the accounts on this machine? Or is there a way to unstall heroku and start with a clean slate?
Asked
Active
Viewed 140 times
0
-
How many keys are in your ssh public key file? – Fred Mar 26 '13 at 03:56
-
@Fred only the one. I've deleted, renamed, than uploade the id_rsa and id_rsa.pub files too. No luck. – Dan Mar 26 '13 at 12:08
1 Answers
0
Use heroku keys
to manage your ssh_keys that you have associated with heroku. Check out the documentation on the heroku devcenter for more help. https://devcenter.heroku.com/articles/keys

Eric Fode
- 3,667
- 2
- 24
- 29