Using git with a specific ssh key Mar 13, 2022 • mjbronarz Quick and dirty way to use a specific ssh key with git: GIT_SSH_COMMAND=’ssh -i /home/user/.ssh/otherkey’ git pull