git: Specify which ssh key to use

You can ask git to use a specific ssh key:

git config core.sshCommand "ssh -i /path/to/key"

Comments are closed.