http://superuser.com/questions/232373/how-to-tell-git-which-private-key-to-use In ~/.ssh/config, add: host github.com HostName github.com IdentityFile ~/.ssh/id_rsa_github User git Now you can do git clone git@github.com:username/repo.git. NOTE: Veri…