SSH proxy support?
#945
-
Hi, I tried gitoxide on https and it's amazing. I also need SSL proxy in my environment. I searched document and issue but I didn't found a configuration for it. Did I miss something or it's not supported yet? P.S. I've set SSL config in my |
Beta Was this translation helpful? Give feedback.
Answered by
Byron
Jul 24, 2023
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Byron
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gitoxide
uses thessh
program, just likegit
, which respects the~/.ssh/config
. Maybe there is a specific problem you can share? Maybe #933 is relevant to you.