mitchellh / vagrant-aws

Use Vagrant to manage your EC2 and VPC instances.
MIT License
2.61k stars 574 forks source link

How to pass the password for a SSH only connection? #552

Open jacace opened 5 years ago

jacace commented 5 years ago

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