Closed
Description
Expected Behaviour
jj git clone
should respect the SSH config (~/.ssh/config
).
Actual Behaviour
The SSH config is not respected, which may be problematic in some cases. In this case, ProxyCommand
is to communicate with a private Git server.
Steps to Reproduce the Problem
- Use an SSH environment which requires additional configuration via
~/.ssh/config
to work. - Observe
jj git clone
hang.
Specifications
- Version:
0.2.0.r917.2916cb2-1
- Platform: Linux x86_64