Is it possible to configure git/ssh so I don\'t have to enter my passphrase every time I want to perform a git pull? Note that the repo is a private
git/ssh
git pull
Your situation is now fixed, however for me it was the fact that I had more than one key in ~/.ssh/
~/.ssh/
To resolve the problem I had to create a file called ~/.ssh/config and add the line:
~/.ssh/config
IdentityFile ~/.ssh/my_key2_rsa
where ~/.ssh/my_key2_rsa is my key.
~/.ssh/my_key2_rsa