Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ability to resolve using OpenSSH client configuration file
So I have this setup where I use a different github account and a different private key configured like this in my ~/.ssh/config Host github+myorg IdentitiesOnly yes HostName github.com IdentityFile ~/.ssh/myorg_id_rsa This PR provides the ability to support such configuration. I have disabled it by default since this is not a common setup most peoples have.
- Loading branch information