On Mar 22, 2009, at 10:33 AM, sole wrote: > i used this heroku gem to keys:add > and i used the keygen ssh util again by mistake, so after using > keys:remove solekil...@solebox > > and reusing heroku keys:add > > it added fine and i saw it in the heroku keys > but when i try to ssh to heroku.com > it prompts me with the wrong key > > and even if i say yes to that wrong key i get > > Permission denied (publickey).
Well you probably can't get an ssh shell into heroku. Just push to it over git. If I were you, I'd run 'heroku keys:clear' to wipe all the keys and start over. -Mat --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
