Re: Permission Denied (publickey) Error

2012-08-29 Thread Fan Yang
What did you change on your firewall?

On Thursday, September 29, 2011 5:54:32 AM UTC-4, Krishna wrote:
>
> Hi All, 
>
>  Now it's working fine 4 me. Problem is Only Firewall. After opening 
> Firewall for Heroku server it's working fine. 
>
> Thanks allot 4 all 
>
> Thanks & Regards, 
> Hari Krishna. 
>
> On Sep 24, 3:08 pm, anandvc  wrote: 
> > You should follow the instructions given here:
> http://devcenter.heroku.com/articles/keys 
> > 
> > to generate and then add your keys to heroku. 
> > 
> > - Anand 
> > 
> > On Sep 15, 4:57 pm, Krishna  wrote: 
> > 
> > 
> > 
> > > Hi All, 
> > 
> > >  I am new to Heroku platform, Now I am working withJava-Spring 
> > > application, Today I am testing with sample given in herokujava 
> > > workbook but i am facing Permission Denied (publickey) Error. Could 
> > > you please anyone give quick response 4 this error. 
> > 
> > > Command I used: 
> > 
> > > git push heroku master 
> > >  Permission denied (publickey). 
> > > fatal: The remote end hung up unexpectedly 
> > 
> > > info: 
> > > destination address: heroku.com 
> > > Port 22 is opened for Firewall. 
> > 
> > > Thanks & Regards, 
> > > Krishna.

-- 
You received this message because you are subscribed to the Google
Groups "Heroku" group.

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_US?hl=en


Re: Permission Denied (publickey) Error

2011-09-29 Thread Krishna
Hi All,

 Now it's working fine 4 me. Problem is Only Firewall. After opening
Firewall for Heroku server it's working fine.

Thanks allot 4 all

Thanks & Regards,
Hari Krishna.

On Sep 24, 3:08 pm, anandvc  wrote:
> You should follow the instructions given 
> here:http://devcenter.heroku.com/articles/keys
>
> to generate and then add your keys to heroku.
>
> - Anand
>
> On Sep 15, 4:57 pm, Krishna  wrote:
>
>
>
> > Hi All,
>
> >  I am new to Heroku platform, Now I am working withJava-Spring
> > application, Today I am testing with sample given in herokujava
> > workbook but i am facing Permission Denied (publickey) Error. Could
> > you please anyone give quick response 4 this error.
>
> > Command I used:
>
> > git push heroku master
> >  Permission denied (publickey).
> > fatal: The remote end hung up unexpectedly
>
> > info:
> > destination address: heroku.com
> > Port 22 is opened for Firewall.
>
> > Thanks & Regards,
> > Krishna.

-- 
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.



Re: Permission Denied (publickey) Error

2011-09-24 Thread anandvc
You should follow the instructions given here:
http://devcenter.heroku.com/articles/keys

to generate and then add your keys to heroku.

- Anand


On Sep 15, 4:57 pm, Krishna  wrote:
> Hi All,
>
>  I am new to Heroku platform, Now I am working with Java -Spring
> application, Today I am testing with sample given in heroku java
> workbook but i am facing Permission Denied (publickey) Error. Could
> you please anyone give quick response 4 this error.
>
> Command I used:
>
> git push heroku master
>  Permission denied (publickey).
> fatal: The remote end hung up unexpectedly
>
> info:
> destination address: heroku.com
> Port 22 is opened for Firewall.
>
> Thanks & Regards,
> Krishna.

-- 
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.



Re: Permission Denied (publickey) Error

2011-09-15 Thread ken
git command uses the ~/.ssh/id_dsa.pub by default.   That could be the
problem if you selected another as your heroku key.

~K


On Sep 15, 9:15 am, John McCaffrey  wrote:
> This just means that your ssh info is not set up correctly.
>
> try:
> heroku keys --help
> and
> heroku keys
>
> to see if your ssh keys are setup properly. You may just have to go back
> through the instructions on getting you ssh keys created and available to
> heroku. (if the heroku docs don't help, try stackoverflow.com)
>
> On Thu, Sep 15, 2011 at 6:57 AM, Krishna 
> wrote:
>
>
>
>
>
>
>
>
>
> > Hi All,
>
> >  I am new to Heroku platform, Now I am working with Java -Spring
> > application, Today I am testing with sample given in heroku java
> > workbook but i am facing Permission Denied (publickey) Error. Could
> > you please anyone give quick response 4 this error.
>
> > Command I used:
>
> > git push heroku master
> >  Permission denied (publickey).
> > fatal: The remote end hung up unexpectedly
>
> > info:
> > destination address: heroku.com
> > Port 22 is opened for Firewall.
>
> > Thanks & Regards,
> > Krishna.
>
> > --
> > 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.
>
> --
> Thanks,
> -John

-- 
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.



Re: Permission Denied (publickey) Error

2011-09-15 Thread John McCaffrey
This just means that your ssh info is not set up correctly.

try:
heroku keys --help
and
heroku keys

to see if your ssh keys are setup properly. You may just have to go back
through the instructions on getting you ssh keys created and available to
heroku. (if the heroku docs don't help, try stackoverflow.com)

On Thu, Sep 15, 2011 at 6:57 AM, Krishna wrote:

> Hi All,
>
>  I am new to Heroku platform, Now I am working with Java -Spring
> application, Today I am testing with sample given in heroku java
> workbook but i am facing Permission Denied (publickey) Error. Could
> you please anyone give quick response 4 this error.
>
> Command I used:
>
> git push heroku master
>  Permission denied (publickey).
> fatal: The remote end hung up unexpectedly
>
>
> info:
> destination address: heroku.com
> Port 22 is opened for Firewall.
>
>
> Thanks & Regards,
> Krishna.
>
> --
> 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.
>
>


-- 
Thanks,
-John

-- 
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.



Permission Denied (publickey) Error

2011-09-15 Thread Krishna
Hi All,

 I am new to Heroku platform, Now I am working with Java -Spring
application, Today I am testing with sample given in heroku java
workbook but i am facing Permission Denied (publickey) Error. Could
you please anyone give quick response 4 this error.

Command I used:

git push heroku master
 Permission denied (publickey).
fatal: The remote end hung up unexpectedly


info:
destination address: heroku.com
Port 22 is opened for Firewall.


Thanks & Regards,
Krishna.

-- 
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.