https://bugzilla.mindrot.org/show_bug.cgi?id=3251
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX CC| |[email protected] --- Comment #1 from Damien Miller <[email protected]> --- 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@bar" you can use a config of: Host foo BindInterface em0 and ssh -J foo user@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. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
