[gitorious] Re: HELP "unable to chdir or not a git archive"

2011-02-03 Thread Renato Isidio
Sorry, it was on client side. Check this file on your client: /etc/ssh_config And see this property: PubkeyAuthentication = no It should be commented! cya! Renato Isidio Rio de Janeiro - Brazil On Feb 3, 5:13 pm, Renato Isidio wrote: > Eddie, > > see this > site:http://serverfault.com/qu

[gitorious] Re: HELP "unable to chdir or not a git archive"

2011-02-03 Thread Renato Isidio
Eddie, see this site: http://serverfault.com/questions/55343/cant-get-ssh-public-key-authentication-to-work Verify If make this changes it connects well. I had this problem before and I solved configuring a property in the server to accept pub key. Cheers... Renato Isidio Rio de Janeiro - Braz

Re: [gitorious] Re: HELP "unable to chdir or not a git archive"

2011-02-01 Thread Marius Mårnes Mathiesen
On Tue, Feb 1, 2011 at 9:50 AM, eddie hern wrote: > I did these permissions before, and tried it again now and did not work :(. > This is driving me crazy. I can imagine :-( Could you try tailing /var/log/secure on the server you're connecting to when you connect - it may give some help. Cheers,

Re: [gitorious] Re: HELP "unable to chdir or not a git archive"

2011-02-01 Thread eddie hern
Marius, I did these permissions before, and tried it again now and did not work :(. This is driving me crazy. Eddie On Mon, Jan 31, 2011 at 11:05 PM, Marius Mårnes Mathiesen < marius.mathie...@gmail.com> wrote: > Eddie, > Could it be a permissions issue on the server? I think ~git/.ssh > should

Re: [gitorious] Re: HELP "unable to chdir or not a git archive"

2011-01-31 Thread Marius Mårnes Mathiesen
Eddie, Could it be a permissions issue on the server? I think ~git/.ssh should be 0700 and ~git/.ssh/authorized_keys should be 0600 Cheers, - Marius On Mon, Jan 31, 2011 at 5:25 PM, eddie hern wrote: > BTW, I did rename ~git/.ssh/authorized_keys to ~git/.ssh/authorized_keys2, > and tried and did

Re: [gitorious] Re: HELP "unable to chdir or not a git archive"

2011-01-31 Thread eddie hern
BTW, I did rename ~git/.ssh/authorized_keys to ~git/.ssh/authorized_keys2, and tried and did not work. Eddie On Mon, Jan 31, 2011 at 7:07 AM, Marius Mårnes Mathiesen < marius.mathie...@gmail.com> wrote: > On Mon, Jan 31, 2011 at 10:27 AM, eddie hern > wrote: > > which is the correct location of

Re: [gitorious] Re: HELP "unable to chdir or not a git archive"

2011-01-31 Thread eddie hern
Yes, I am using the git user .ssh folder (~git/.ssh/authorized_keys). I copied from my local host the id_rsa.pub key to the, and when I do ssh -v g...@git.leadicious.com, I get the following: OpenSSH_5.2p1, OpenSSL 0.9.7l 28 Sep 2006 debug1: Reading configuration data /etc/ssh_config debug1: Conn

Re: [gitorious] Re: HELP "unable to chdir or not a git archive"

2011-01-31 Thread Marius Mårnes Mathiesen
On Mon, Jan 31, 2011 at 10:27 AM, eddie hern wrote: > which is the correct location of the public key. there is only 1 > public key for the git user's ~/.ssh folder. So how come another > public key is being picked? If you are running as the git user (ie. ssh git@host) the server should look for

[gitorious] Re: HELP "unable to chdir or not a git archive"

2011-01-31 Thread eddie hern
Dear Marius, Thank you for reply! I really appreciate it. I am getting a prompt for password. It blew my mind why this is happening. I am exchanging keys between the ~.ssh for the git user and my machine, and still need password! Inside /etc/ssh/sshd_config, I have AuthorizedKeysFile ~/.ssh