Hi Ed,

Do you have ssh installed?

maybe install putty.

Can't remember more than that to use those tools.

--Keenan
On Jun 2, 2009, at 3:28 PM, Ed Jones wrote:

>
> Thanks Ken. I get:
>
> C:\ssh>ssh-keygen -t rsa
> 'ssh-keygen' is not recognized as an internal or external command,
> operable program or batch file.
>
> C:\ssh>
>
> Ed
>
>
>
> On Jun 2, 1:26 pm, Keenan Brock <kee...@thebrocks.net> wrote:
>> Hi Ed,
>>
>> it looks like you don't have a HOME variable set
>>
>> so it is trying to store your ssh key in c:\.ssh
>>
>>  > mkdir c:\.ssh
>>  > ssh-keygen -t rsa
>>
>> and make sure the public/private keys are copied into the directory.
>>
>>  > heroku keys:add
>>
>> Good luck
>>
>> --Keenan
>>
>> On Jun 2, 2009, at 12:58 PM, Ed Jones wrote:
>>
>>
>>
>>> Sill hoping to get my app onto Heroku!
>>
>>> I'm up to Step 5: Now the big moment: deploy!
>>
>>> $ git push heroku master
>>
>>> I get:
>>
>>> C:\Users\Ed\webapps\whendidji>git push heroku master
>>> Could not create directory '"C/.ssh'.
>>> The authenticity of host 'heroku.com (75.101.145.87)' can't be
>>> established.
>>> RSA key fingerprint is 8b:48:5e:67:0e:c9:16:47:32:f2:87:0c:
>>> 1f:c8:60:ad.
>>> Are you sure you want to continue connecting (yes/no)? yes
>>> Failed to add the host to the list of known hosts ("C/.ssh/
>>> known_hosts).
>>> Permission denied (publickey).
>>> fatal: The remote end hung up unexpectedly
>>
>>> C:\Users\Ed\webapps\whendidji>
>>
>>> Various searches hint at things, but nothing really current or
>>> definitive.
>>
>>> Thanks!!
>>
>>> Ed
> >


--~--~---------~--~----~------------~-------~--~----~
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 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to