Gitosis installation of public key not working...

Posted by user29600 on Server Fault See other posts from Server Fault or by user29600
Published on 2011-06-27T22:11:54Z Indexed on 2011/06/28 0:24 UTC
Read the original article Hit count: 211

Filed under:
|
|
|
|

I've been following this tutorial to install and setup git on Ubuntu Server 10.04 using Windows 7 as a client. However, after finally figuring out how it works (executed gitosis-init a bunch of times on the wrong key), I copied the id_rsa.pub file over to the server in /tmp folder and ran it again.

Unfortunately it still doesn't work and when I execute

git clone [email protected]:gitosis-admin.git

it asks for gitosis's password rather than the RSA Passphrase. I'm assuming is the same problem this guy is having here... however, after following his instructions:

Purge git-core and gitosis and manually remove the /srv/gitosis folder

and following the instructions again (with the proper id_rsa.pub file this time), I'm still having the same issue.

Anyone know what I'm doing wrong? Is there any way to probe for more information that might help in solving this?

© Server Fault or respective owner

Related posts about ubuntu

Related posts about ssh