| Summary: | Specifying ssh config file via -F does not apply to ProxyJump / ProxyCommand | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | willchan |
| Component: | ssh | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED INVALID | ||
| Severity: | minor | CC: | dtucker, willchan |
| Priority: | P5 | ||
| Version: | -current | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
willchan
2018-01-30 09:17:19 AEDT
What version are you using? AFAICT ProxyJump has always passed -F through: https://github.com/openssh/openssh-portable/commit/ed877ef653847d056bb433975d731b7a1132a979#diff-5bfa45f3fb322e569a8101399c9c551cR1113 $ ssh -F /dev/null -vvv -J localhost localhost true 2>&1 | grep ProxyJump debug1: Setting implicit ProxyCommand from ProxyJump: ssh -F /dev/null -vvv -W '[%h]:%p' localhost Oops, now I feel stupid :P Indeed you're correct, sorry for wasting your time. My environment is using OpenSSH_7.2p2 Ubuntu-4ubuntu2.4, OpenSSL 1.0.2g 1 Mar 2016. I had tried to use this awhile back and couldn't. It's possible that the OpenSSH version in the environment is different now than before. In particular, I remember that at the time I tested this before, ProxyJump didn't exist, so I was using ProxyCommand. I'll go figure out if this OpenSSH version includes ProxyJump support, and if not, I'll look into whether or not I can update it. Thanks! Close all resolved bugs after release of OpenSSH 7.7. |