Okay folks, noob RSA question here.
I have a production server, and I've generated an rsa key there. I've then taken the public key (id_rsa.pub) and given that to github, as a deploy key I believe.
What I'm trying to do is automate a deployment script that'll run a 'git pull' on the server. However, every time I run 'git pull' it asks me for my password.
Is there any way to make it so it doesn't ask for the password every time? The specific line is:
Enter passphrase for key '~/.ssh/id_rsa':
Am I misunderstanding something here?