add `proxyjump` as an option to the `native-ssh` transport
nergdron opened this issue · 2 comments
Use Case
we're currently using the native-ssh
transport because of issue #3153, but the proxyjump
directive doesn't work for some reason, so we have to define a whole custom ssh-command
which tacks on the -J
flag to openssh.
Describe the Solution You Would Like
it would be better if bolt handled proxyjump
even when using native-ssh
, since all it has to do is add the -J
flag with the value of the field.
Describe Alternatives You've Considered
we'd like to go back to using the builtin ssh support, but we're blocked by #3153.
This issue has not had activity for 60 days and will be marked as stale.
If this issue continues to have no activity for 7 days, it will be closed.
This issue is stale and has been closed. If you believe this is in error,
or would like the Bolt team to reconsider it, please reopen the issue.