| Summary: | ProxyJump should include IdentityFile when specified | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | David Tomaschik <david> |
| Component: | ssh | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED WONTFIX | ||
| Severity: | enhancement | CC: | djm |
| Priority: | P5 | ||
| Version: | 8.3p1 | ||
| Hardware: | Other | ||
| OS: | Linux | ||
|
Description
David Tomaschik
2020-06-24 10:40:37 AEST
The problem with adding additional implicitly-passed options for ProxyJump is that they preclude fine-grained control via the configuration (as command-line takes precedence). So, e.g. for implicitly passing -i it would become impossible to prefer another key for the subsequent connection(s) regardless of what is in ~/.ssh/config Because of this, we prefer to pass only the bare minimum through the command-line and leave the rest up to user configs. closing resolved bugs as of 8.6p1 release |