On Mar 5, 8:33 pm, "John Barnette" <[EMAIL PROTECTED]> wrote:
> On Wed, Mar 5, 2008 at 7:16 PM, holczer <[EMAIL PROTECTED]> wrote:
>
> >  When I try to use the API to get a local copy of my app, I get an
> >  error. Below is the output of the command "heroku clone dash":
>
> >  Initialized empty Git repository in /Users/mike/ruby/dash/.git/
> >  Permission denied (publickey).
> >  fatal: The remote end hung up unexpectedly
> >  fetch-pack from '[EMAIL PROTECTED]:dash.git' failed.
>
> >  Anyone know what I am doing wrong?
>
> Do you possibly use a DSA key with SSH normally? When I first started
> playing with the gem, I didn't have an RSA key. After I generated (and
> uploaded) one, All my connections failed in the same way. I assume
> that authentication was trying my DSA key first and failing.

I found success by generating an rsa key instead of my usual dsa.

$ ssh-keygen -t rsa

Hope that helps.

Ethan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to