As a separate question; can you use a jump host wi...
# general
e
As a separate question; can you use a jump host with the
@pulumi/command
package?
s
If you are telling the Command provider to run an SSH-based command, then jump host/bastion host configuration will be transparent (i.e., if you have a configuration stanza in
~/.ssh/config
it will be used automatically).
e
Follow up on this; does Pulumi's interactions with
~/.ssh/config
follow
Include
blocks? I think it's a fairly new feature so unsure if that is respected or not
g
I believe @salmon-account-74572 answer is not accurate. The
Command
provider works with the Go SSH Client, which, I believe, do not parse
~/.ssh/config
. There were two PRs attempting to add bastion configuration in the past: https://github.com/pulumi/pulumi-command/pulls
e
Well that's unfortunate; thanks for the answer Vincent, it looks like this PR adds the functionality in question https://github.com/pulumi/pulumi-command/pull/192