Due to some installations, my ssh key paths got modified. So now if I run some git command, like 'git pull -r', I get this:
Enter passphrase for key '/new/path/to/.ssh/id_rsa':
I want to 2 do things:
- Dont want to enter passphrase everytime.
- Want id_rsa location to some default of my choice and make git know it.
How to do it?