Reputation: 2054
! Your key with fingerprint XX:XX:XX:XX:XX:XX:XX:XX:XX is not authorized to access app
I have already pushed the new key to the server, but it is not allowing me to access the server. I have two heroku accounts as well.
Upvotes: 1
Views: 77
Reputation: 2054
I found that you can switch accounts from:
http://martyhaught.com/articles/2010/12/14/managing-multiple-heroku-accounts/
This addon is great and flawless ( just make sure you make separate ssh keys for each Heroku Account ).
I hope this help other people :)
Upvotes: 2
Reputation: 18736
Generate an SSH key if you don't already have one, and upload it to Heroku with heroku keys:add
.
Useful link: Managing Your SSH Keys for Heroku.
Upvotes: 0