The only way I can have access to gitosis projects is by manually copying the id_rsa.pub of each account I added, into home/git/.ssh/authorized_keys. If I copy/paste the output from the id_rsa.pub into authorized_keys, then Im able to clone using that account im adding.
If I copy the id_rsa.pub into keys dir and then modify the gitosis.conf and add that user then im not able to clone, git keeps asking for password. Is it that the way this should work? Also, if I leave it this way, each account I add has access to every project and this is something I dont want to happen.