I keep getting this error. I am using Mac. I generated a key and added it to heroku using

heroku config:add key="ssh-rsa blahblah=me@me.com"

But this doesn't work. I keep getting the same error. Short of reinstalling ssh-keygen, what can I do about this?

link|improve this question

79% accept rate
feedback

1 Answer

up vote 64 down vote accepted

Try heroku keys:add <path-to-your-public-key>.

For example, heroku keys:add ~/.ssh/id_rsa.pub

link|improve this answer
Worked a treat! thanks – Globalkeith Oct 18 '11 at 20:50
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.