add SSHTemporaryKeyPairName to communicator.Config

This commit is contained in:
Adrien Delorme 2018-08-28 17:49:10 +02:00
parent 9a9b82715b
commit 1d219cecaf
1 changed files with 1 additions and 0 deletions

View File

@ -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"`