I have successfully setup a private GIT server using SSH keys and Gitolite, and i was able to clone, pull, push to that server with no issues, but now in order to give access to some repository on this server to any other computer, i need to add the public key of that computer to ssh authorized_keys of this server. I want to know whether I can give public read and write access to this repository without actually adding the ssh public keys ?
I have tried to run git daemon, but i was not able to run it due to some port problems, but i want to know, if even with git daemon is it possible to give both read and write public access without adding ssh keys ?