I am running gitlab, which uses gitolite on a central Ubuntu repository and has several users who connect to this computer after adding their public SSH keys via the Gitlab web interface. Various users on their machines can successfully click and pull the repository from the central machine just fine. On the machine itself, I cannot force my user to click or drag to the central repository. It always asks for the git password! How can i fix this?
On a remote computer with a registered SSH key, I get:
myusername@ubuntu :~$ ssh -T git@111.222.333.444 hello my_username_gmail_com_1348772800, this is gitolite v2.2-11-g8c4d1aa-dt running on git 1.7.0.4 the gitolite config gives you the following access: RW repo1 RW repo2 @R_ @W_ testing RW repo3
It only fails on the server itself, where (although I registered SSH keys), I am always asked to enter a password:
serverusername@server :~$ ssh -T git@111.222.333.444 git@111.222.333.444 password:
Here is the output of ssh -tvvv debugging prints: http://pastebin.com/zrNzvzRE
git gitlab repository gitolite
Philbot
source share