I have gitolite setup on a RHEL linux host. It is functional and it's doing its job of accepting ssh keys.
I've instructed my users to use tortoisegit as the management tool of their repositories. This is because tortoisegit comes with a ssh key generator, and the pageant. With the pageant running, and their key loaded, it works fine.
BUT.
some of the users forget to load the key, and they get a popup asking for the gitolite user password. dialog title:TortoisePlik content: git@servername.com password: image of dialog: http://i.imgur.com/Vbbk7.png
is there a way I could deny this dialog by changing a configuration on the server side, like in pam or sshd?