add SSHTemporaryKeyPairName to communicator.Config
This commit is contained in:
parent
9a9b82715b
commit
1d219cecaf
|
@ -30,6 +30,7 @@ type Config struct {
|
||||||
SSHPublicKey []byte `mapstructure:"ssh_public_key"`
|
SSHPublicKey []byte `mapstructure:"ssh_public_key"`
|
||||||
SSHPrivateKey []byte `mapstructure:"ssh_private_key"`
|
SSHPrivateKey []byte `mapstructure:"ssh_private_key"`
|
||||||
SSHKeyPairName string `mapstructure:"ssh_keypair_name"`
|
SSHKeyPairName string `mapstructure:"ssh_keypair_name"`
|
||||||
|
SSHTemporaryKeyPairName string `mapstructure:"temporary_key_pair_name"`
|
||||||
SSHPrivateKeyFile string `mapstructure:"ssh_private_key_file"`
|
SSHPrivateKeyFile string `mapstructure:"ssh_private_key_file"`
|
||||||
SSHPty bool `mapstructure:"ssh_pty"`
|
SSHPty bool `mapstructure:"ssh_pty"`
|
||||||
SSHTimeout time.Duration `mapstructure:"ssh_timeout"`
|
SSHTimeout time.Duration `mapstructure:"ssh_timeout"`
|
||||||
|
|
Loading…
Reference in New Issue