bugzilla-daemon at mindrot.org
2021-Jan-12 13:45 UTC
[Bug 3251] New: -B (bind_interface) option does not work with -J (jumphost)
https://bugzilla.mindrot.org/show_bug.cgi?id=3251 Bug ID: 3251 Summary: -B (bind_interface) option does not work with -J (jumphost) Product: Portable OpenSSH Version: 8.4p1 Hardware: amd64 OS: Linux Status: NEW Severity: minor Priority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org Reporter: lamazavra at gmail.com when both options (-B and -J) are used, bind_interface ( -J ) option is ignored. -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2021-Mar-12 04:08 UTC
[Bug 3251] -B (bind_interface) option does not work with -J (jumphost)
https://bugzilla.mindrot.org/show_bug.cgi?id=3251 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> --- Per the ssh_config(5) description for ProxyJump, please set any options that you want applied to the jump host in your ~/.ssh/config file. Most options on the command-line are intentionally not propagated to the "jump" connection because that would make it impossible to set per-hop policy. So for your case, instead of "ssh -B em0 -J foo user at bar" you can use a config of: Host foo BindInterface em0 and ssh -J foo user at bar -- 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 mindrot.org
2021-Apr-23 05:02 UTC
[Bug 3251] -B (bind_interface) option does not work with -J (jumphost)
https://bugzilla.mindrot.org/show_bug.cgi?id=3251 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 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.