[Bug 3186] ProxyJump should include IdentityFile when specified

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri Nov 20 14:58:22 AEDT 2020


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

Damien Miller <djm at mindrot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX
                 CC|                            |djm at mindrot.org

--- Comment #1 from Damien Miller <djm at mindrot.org> ---
The problem with adding additional implicitly-passed options for
ProxyJump is that they preclude fine-grained control via the
configuration (as command-line takes precedence).

So, e.g. for implicitly passing -i it would become impossible to prefer
another key for the subsequent connection(s) regardless of what is in
~/.ssh/config

Because of this, we prefer to pass only the bare minimum through the
command-line and leave the rest up to user configs.

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list