Heroku and SSH Keys
Heroku rocks. I've been using it to host this blog (for free, mind you) for the last couple months. However, I've run into a problem where Heroku refuses to authorize a git push heroku
by declaring Permission denied (publickey)
. After messing around deleting, creating, and re-adding SSH keys, I found these two posts that solved the problem for me. Apparently Heroku fails if you point it to any kind of custom SSH key. Simply add Heroku to your SSH config file and specify the key to use, problem solved.