Hello; Has anyone had any problems while trying to push an app to heroku ? I get the following error although I have a valid ssh key pair on my machine. Didn''t have this problem on my previous pc. Permission denied (publickey). fatal: The remote end hung up unexpectedly Thanks K:Pince -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Did you place the key in the correct directory and name the file as told by the service? On Tue, Nov 24, 2009 at 7:51 PM, Kemal Pince <rails.kp-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hello; > > Has anyone had any problems while trying to push an app to heroku ? > > I get the following error although I have a valid ssh key pair on my > machine. Didn''t have this problem on my previous pc. > > Permission denied (publickey). > fatal: The remote end hung up unexpectedly > > Thanks > > K:Pince > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. >-- If opportunity doesn''t knock, build a door. - Milton Berle http://www.twitter.com/arzvi http://delicious.com/arzvi -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Yes, I did.Heroku finds the key but doesn''t like it. My guess is that Heroku is still looking for the key I used when I pushed my first app with a different machine. I''ll probably have to find that key pair and put it on my machine or simply get a new heroku account. On Tue, Nov 24, 2009 at 4:28 PM, ARUN SRINIVASAN <arunrocks-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote:> Did you place the key in the correct directory and name the file as told by > the service? > > On Tue, Nov 24, 2009 at 7:51 PM, Kemal Pince <rails.kp-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > >> Hello; >> >> Has anyone had any problems while trying to push an app to heroku ? >> >> I get the following error although I have a valid ssh key pair on my >> machine. Didn''t have this problem on my previous pc. >> >> Permission denied (publickey). >> fatal: The remote end hung up unexpectedly >> >> Thanks >> >> K:Pince >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Ruby on Rails: Talk" group. >> To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> To unsubscribe from this group, send email to >> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> >> . >> For more options, visit this group at >> http://groups.google.com/group/rubyonrails-talk?hl=en. >> > > > > -- > If opportunity doesn''t knock, build a door. - Milton Berle > > http://www.twitter.com/arzvi > http://delicious.com/arzvi > > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
In the directory for your rails app type: heroku keys It should show you what keys you have installed. You probably just need to add the key for your new machine with: heroku keys:add Type: heroku help commands for more help. /Ritchie On Nov 24, 10:41 pm, Kemal Pince <rails...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Yes, I did.Heroku finds the key but doesn''t like it. My guess is that Heroku > is still looking for the key I used when I pushed my first app with a > different machine. I''ll probably have to find that key pair and put it on my > machine or simply get a new heroku account. > > On Tue, Nov 24, 2009 at 4:28 PM, ARUN SRINIVASAN <arunro...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote: > > > Did you place the key in the correct directory and name the file as told by > > the service? > > > On Tue, Nov 24, 2009 at 7:51 PM, Kemal Pince <rails...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > >> Hello; > > >> Has anyone had any problems while trying to push an app to heroku ? > > >> I get the following error although I have a valid ssh key pair on my > >> machine. Didn''t have this problem on my previous pc. > > >> Permission denied (publickey). > >> fatal: The remote end hung up unexpectedly > > >> Thanks > > >> K:Pince > > >> -- > >> You received this message because you are subscribed to the Google Groups > >> "Ruby on Rails: Talk" group. > >> To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org. > >> To unsubscribe from this group, send email to > >> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > >> . > >> For more options, visit this group at > >>http://groups.google.com/group/rubyonrails-talk?hl=en. > > > -- > > If opportunity doesn''t knock, build a door. - Milton Berle > > >http://www.twitter.com/arzvi > >http://delicious.com/arzvi > > > -- > > You received this message because you are subscribed to the Google Groups > > "Ruby on Rails: Talk" group. > > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > To unsubscribe from this group, send email to > > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > > . > > For more options, visit this group at > >http://groups.google.com/group/rubyonrails-talk?hl=en.-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Thanks.. I know all the heroku commands by heart by now. Tried that one too.. On Wed, Nov 25, 2009 at 5:37 AM, Ritchie <ritchiey-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> In the directory for your rails app type: > > heroku keys > > It should show you what keys you have installed. You probably just > need to add the key for your new machine with: > > heroku keys:add > > Type: > > heroku help commands > > for more help. > > /Ritchie > > On Nov 24, 10:41 pm, Kemal Pince <rails...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Yes, I did.Heroku finds the key but doesn''t like it. My guess is that > Heroku > > is still looking for the key I used when I pushed my first app with a > > different machine. I''ll probably have to find that key pair and put it on > my > > machine or simply get a new heroku account. > > > > On Tue, Nov 24, 2009 at 4:28 PM, ARUN SRINIVASAN <arunro...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > >wrote: > > > > > Did you place the key in the correct directory and name the file as > told by > > > the service? > > > > > On Tue, Nov 24, 2009 at 7:51 PM, Kemal Pince <rails...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > wrote: > > > > >> Hello; > > > > >> Has anyone had any problems while trying to push an app to heroku ? > > > > >> I get the following error although I have a valid ssh key pair on my > > >> machine. Didn''t have this problem on my previous pc. > > > > >> Permission denied (publickey). > > >> fatal: The remote end hung up unexpectedly > > > > >> Thanks > > > > >> K:Pince > > > > >> -- > > >> You received this message because you are subscribed to the Google > Groups > > >> "Ruby on Rails: Talk" group. > > >> To post to this group, send email to > rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > >> To unsubscribe from this group, send email to > > >> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > <rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%252Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > > > > >> . > > >> For more options, visit this group at > > >>http://groups.google.com/group/rubyonrails-talk?hl=en. > > > > > -- > > > If opportunity doesn''t knock, build a door. - Milton Berle > > > > >http://www.twitter.com/arzvi > > >http://delicious.com/arzvi > > > > > -- > > > You received this message because you are subscribed to the Google > Groups > > > "Ruby on Rails: Talk" group. > > > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org > . > > > To unsubscribe from this group, send email to > > > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > <rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%252Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > > > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/rubyonrails-talk?hl=en. > > -- > > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.