How to manage multiple ssh keys in the ~/.ssh directory
I'm sure we all get this error from time to time: $ git push origin master Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. The typical remedy is to simply create a public/private key pair and share it with your git host (in my case bitbucket, with their instructions ) The thing is though, I have many accounts that require that I have a public/private key pair (for example i need to save a key to connect to AWS.. etc).. so what I do is that i create these keys and save them in separate