I have set up git shell
When I push the change to the remote server which is [email protected] 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 [email protected]
How can I do store the password or use ssh keys?