-
Notifications
You must be signed in to change notification settings - Fork 111
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
Support for SSH #101
Comments
This seems doable, given the end-user is confident enough to make this particular change to each of their ssh config. I guess there can be cases where the config is for another machine on a private network, and connecting doesn't require proxy with SSH. Considering this, we can have it exempted from |
I agree with you. This should be done separately from Besides this topic, I would like to say something regarding the ssh. If the ssh option is selected, ProxyMan should list all the ssh configuration and the user should select which one she wants to be edited. |
After some investigation, I guess the best way is to implement this feature writing a wrapper script and assigning this wrapper script into git configuration or setting the GIT_PROXY_COMMAND environment. That also means that I don't think managing ssh configurations separately is necessary. Setting GIT_PROXY_COMMAND in bashrc and zshrc can be better. Please check the following links: |
The ssh configuration can be as follows:
I appreciate it if the can support edit/change .ssh/config file.
The text was updated successfully, but these errors were encountered: