I'm writing a cron job that SSHs into a remote server. Since I'm of course not going to be around to type in a password each time the cron job runs, I need to be able to SSH without a password. I followed the "First Method" instructions in the second reply on this page:
http://www.linuxquestions.org/questions/linux-newbie-8/ssh-with-password-533684/
That kind of worked, but now instead of being prompted for a password, I'm prompted for my passphrase.
I set up some other RSA stuff before to be able to access something on GitHub (which I still use) so there might be some interference coming from that.