https://bugzilla.mindrot.org/show_bug.cgi?id=2951
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |WONTFIX --- Comment #1 from Damien Miller <[email protected]> --- I see it the exact opposite way: the ssh command connects you to the final host and the jump host, being an option, doesn't receive any of the other options. Note that there may be multiple chained jumphosts (-J host1,host2) so it really isn't tenable to plumb all the command-line options through to them. We have to pick one or the other interpretations, and this is the one we've gone with. If you want specific configuration for a jump host, then you'll have to use ~/.ssh/config sorry. -- 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
