add SSHTemporaryKeyPairName to communicator.Config

pull/6621/head
Adrien Delorme 8 years ago
parent 9a9b82715b
commit 1d219cecaf

@ -30,6 +30,7 @@ type Config struct {
SSHPublicKey []byte `mapstructure:"ssh_public_key"`
SSHPrivateKey []byte `mapstructure:"ssh_private_key"`
SSHKeyPairName string `mapstructure:"ssh_keypair_name"`
SSHTemporaryKeyPairName string `mapstructure:"temporary_key_pair_name"`
SSHPrivateKeyFile string `mapstructure:"ssh_private_key_file"`
SSHPty bool `mapstructure:"ssh_pty"`
SSHTimeout time.Duration `mapstructure:"ssh_timeout"`

Loading…
Cancel
Save