In order to tell a project to use a specific RSA key
git config core.sshCommand "ssh -i ~/.ssh/id_rsa_example -F /dev/null"
In order to tell a project to use a specific RSA key
git config core.sshCommand "ssh -i ~/.ssh/id_rsa_example -F /dev/null"