mitchellh/vagrant-aws

How to pass the password for a SSH only connection?

jacace opened this issue · 0 comments

Hello colleagues,

Currently this plug-in needs a SSH username and key pair (.pem file) as seen below:
override.ssh.username = "ec2-user"
override.ssh.private_key_path = "abc.pem"

Is there anyway to set a password instead?

Thanks,

Javier Caceres