monetate / ectou-export

This project enables running an Amazon Linux AMI on a local VirtualBox virtual machine via Vagrant.
MIT License
21 stars 17 forks source link

Set password for vagrant user. #11

Open mvanbaak opened 7 years ago

mvanbaak commented 7 years ago

The vagrant documentation about creating a base box states:

Also, even though Vagrant uses key-based authentication by default, it is a general convention to set the password for the "vagrant" user to "vagrant". This lets people login as that user manually if they need to.

I use this a lot (eg SequelPro mysql tool to manage mysql inside vagrant) so I need this.