Hi Guys, we are trying to use pulumi Command libra...
# golang
a
Hi Guys, we are trying to use pulumi Command library for remote exec to an ec2 instance. We use privatekey and certificate to ssh into an instance, provided below the fields we use in terraform. but i dont see certificate options in the pulumi command remote doc: https://www.pulumi.com/registry/packages/command/api-docs/remote/command/#example Can anyone confirm if this is possible with pulumi ?
connection {
type = "ssh"
user = <username>
host = <IP>
agent = false
private_key = <pem-key>
certificate = <cert-file.pem>
timeout = "30m"
}
w
Certificate authentication into the remote host is currently supported in the
command
package - but please do open a request - it likely isn’t too hard to add this capability to the command provider: https://github.com/pulumi/pulumi-command/issues/new/choose