| Summary: | command line key options ignored for jumphost | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Chris Kiick <chris.kiick> |
| Component: | ssh | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED WONTFIX | ||
| Severity: | normal | CC: | djm |
| Priority: | P5 | ||
| Version: | 7.7p1 | ||
| Hardware: | amd64 | ||
| OS: | Mac OS X | ||
|
Description
Chris Kiick
2019-01-08 06:59:50 AEDT
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. closing resolved bugs as of 8.6p1 release |