If you have run into the never-ending pass-phrase when attempting to use Git recently here is the quick solution for those in Linux systems. Navigate to the /etc/environment file and add as the last line:
GIT_SSH=”/usr/bin/ssh”
and than you need to reboot for it to take affect.