users are asked for password while using gitolite

In your config file, I see: User dilawar That is wrong. ssh communication to a gitolite server are always done with the same account (here gitolite). What changes is the private key used, which will help gitolite determine your identity. What you ~/.ssh/config file should look like is: Host admin HostName 10.107.105.13 User gitolite IdentityFile … Read more