$ export GIT_SSH_COMMAND='ssh -v'
The above command helped us today to find out, where git makes ssh look for the public key – and … surprise, surprise: it wasn’t, where we expected it.
$ export GIT_SSH_COMMAND='ssh -v'
The above command helped us today to find out, where git makes ssh look for the public key – and … surprise, surprise: it wasn’t, where we expected it.
Leave a Reply