SSHKeys added in Gitlab not getting added to Gitolite
Created by: sivaramsk
Just trying to setup a new Gitlab server and I have been successful so far except for this one problem. When I add a new user and add a SSH key to it gets added without any problem. But when I try to checkout I could not clone any projects. When I debugged I found that the users key I added was not present in the file /home/git/.ssh/authorized_keys. Once I added the key manually, I was able to clone the repo.
My setup is a TurkeyLinux's Gitlap ISO installation, upgraded to the latest version using this link. http://www.turnkeylinux.org/forum/support/20120913/upgrading-gitlab
I am not sure whether the upgrade to latest version of gitlab is causing this issue. Can some one provide some pionters on how debug this issue?
Thanks, ./Siva.