Is it possible to override the ssh command? (GIT_SSH_COMMAND) #1684
Unanswered
larsnystrom
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to proxy the ssh connection due to an outgoing corporate firewall. Therefore, I need to override the SSH command. I've tried to update the PATH with a script, but actions/checkout@v4 doesn't seem to use it (even though it looks like it should, as it's calling out to
which
to find the ssh bin).Is there some other way I can do this?
If not, how can do the equivalent of
using regular git?
Beta Was this translation helpful? Give feedback.
All reactions