Is there a way to set the GIT_SSH environment variable in the gitconfig file?
GIT_SSH
isn't mentioned in the git config
man page.
"Git clone with custom SSH using GIT_SSH error" describes how to pass option to GIT_SSH
, but illustrates that it isn't part of a git repo config.