I'm having issues getting github to recognize my SSH keys that are not named id_rsa
For example, if I create an ssh key called git_rsa
and then have copy git_rsa.pub
in to my github account, then try to do a git push
or git pull
I run in to
Permission denied (publickey).
fatal: Could not read from remote repository.
On another machine I just used the default id_rsa
code and it worked fine.