bugzilla-daemon at bugzilla.mindrot.org
2018-May-17 17:56 UTC
[Bug 2869] New: ProxyJump does not directly support clearing previous declarations
https://bugzilla.mindrot.org/show_bug.cgi?id=2869 Bug ID: 2869 Summary: ProxyJump does not directly support clearing previous declarations Product: Portable OpenSSH Version: 7.6p1 Hardware: All OS: Mac OS X Status: NEW Severity: enhancement Priority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org Reporter: chris at improbable.org If you're using ProxyCommand a subsequent match can set "ProxyCommand none" to clear the previous setting. This is useful with wildcards: Host bastion.example.org ProxyCommand none Host *.example.org ProxyCommand ssh bastion.example.org -W %h:%p ProxyJump doesn't have a documented way to accomplish the same effect. If you know that it is currently implemented internally as a shortcut to construct a ProxyCommand you can clear it: Host bastion.example.org ProxyCommand none Host *.example.org ProxyJump bastion.example.org It would be friendlier if ProxyJump supported "none" (currently it just passes that value through as the hostname) for symmetry but in either case the main benefit would probably be documenting this. -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2018-May-18 00:44 UTC
[Bug 2869] ProxyJump does not directly support clearing previous declarations
https://bugzilla.mindrot.org/show_bug.cgi?id=2869 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djm at mindrot.org Status|NEW |ASSIGNED Assignee|unassigned-bugs at mindrot.org |djm at mindrot.org Attachment #3151| |ok? Flags| | --- Comment #1 from Damien Miller <djm at mindrot.org> --- Created attachment 3151 --> https://bugzilla.mindrot.org/attachment.cgi?id=3151&action=edit Accept ProxyJump=none -- 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.
bugzilla-daemon at bugzilla.mindrot.org
2018-May-18 00:44 UTC
[Bug 2869] ProxyJump does not directly support clearing previous declarations
https://bugzilla.mindrot.org/show_bug.cgi?id=2869 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dtucker at dtucker.net Attachment #3151|ok? |ok?(dtucker at dtucker.net) Flags| | -- 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.
bugzilla-daemon at bugzilla.mindrot.org
2018-May-18 00:44 UTC
[Bug 2869] ProxyJump does not directly support clearing previous declarations
https://bugzilla.mindrot.org/show_bug.cgi?id=2869 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |2852 Referenced Bugs: https://bugzilla.mindrot.org/show_bug.cgi?id=2852 [Bug 2852] Tracking bug for OpenSSH 7.8 release -- 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.
bugzilla-daemon at bugzilla.mindrot.org
2018-May-18 01:16 UTC
[Bug 2869] ProxyJump does not directly support clearing previous declarations
https://bugzilla.mindrot.org/show_bug.cgi?id=2869 Darren Tucker <dtucker at dtucker.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #3151|ok?(dtucker at dtucker.net) |ok+ Flags| | -- 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.
bugzilla-daemon at bugzilla.mindrot.org
2018-May-22 00:16 UTC
[Bug 2869] ProxyJump does not directly support clearing previous declarations
https://bugzilla.mindrot.org/show_bug.cgi?id=2869 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #2 from Damien Miller <djm at mindrot.org> --- Patch is applied and will be in OpenSSH 7.8 - thanks! commit 4b22fd8ecefd059a66140be67f352eb6145a9d88 (HEAD -> master, origin/master, origin/HEAD) Author: djm at openbsd.org <djm at openbsd.org> Date: Tue May 22 00:13:26 2018 +0000 upstream: support ProxyJump=none to disable ProxyJump functionality; bz#2869 ok dtucker@ OpenBSD-Commit-ID: 1c06ee08eb78451b5837fcfd8cbebc5ff3a67a01 -- 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.
bugzilla-daemon at bugzilla.mindrot.org
2018-May-22 14:34 UTC
[Bug 2869] ProxyJump does not directly support clearing previous declarations
https://bugzilla.mindrot.org/show_bug.cgi?id=2869 --- Comment #3 from Chris Adams <chris at improbable.org> --- Awesome, thanks for the rapid patch! -- 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.
bugzilla-daemon at mindrot.org
2021-Apr-23 05:08 UTC
[Bug 2869] ProxyJump does not directly support clearing previous declarations
https://bugzilla.mindrot.org/show_bug.cgi?id=2869 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Damien Miller <djm at mindrot.org> --- closing resolved bugs as of 8.6p1 release -- 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.