-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow configuring the git ssh command #235
Comments
I've opened a PR with a possible solution. |
Why do you need the git ssh command to be a different command? |
In our environment, we need need to use a proxy. Something like:
|
If you want to add the option (which I'm not against, as we don't allow configuring the ssh command currently), could you add it to all the other places that configuration options can be set? off the top of my head
It'd be good to write a test as well. |
Closing this, since I no longer need it and it seems no one else does either. Feel free to re-open if needed. |
I need to configure the git ssh command to be
git-ssh-proxy
in an enviroment. Could we make GIT_SSH_COMMAND configurable for this?The text was updated successfully, but these errors were encountered: