https://bugzilla.mindrot.org/show_bug.cgi?id=3833

Darren Tucker <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Darren Tucker <[email protected]> ---
The config file parsing is first-match for each config keyword.  You
want overrides at the top and defaults at the bottom, so something like

Host HostA
  ...
Host HostB
  User UserB
  ProxyJump HostA
Host *
  User UserA

(In reply to Marc Sarrel from comment #0)
[...]
> And this config file on HostA:

Because you're using ProxyJump, the configuration on HostA is not used
in this scenario.  The local client makes a request to HostA, then
makes a second request via HostA using a port forwarding request.  In
both cases the config on the local client (the Mac) is used.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to