I have set up git shell
When I push the change to the remote server which is user@192.168.0.24 it asks for a password of that user.
I want to avoid entering the password every time I do git push origin master or git pull.
I have generated a key on putty for the user@192.168.0.24
How can I do store the password or use ssh keys?