7529b66ea2
Vagrant >1.7 is unable to login to the default boot2docker host if it has been halted and brought back up again. This is because the insecure SSH keypair is replaced but boot2docker doesn't persist filesystem changes between reboots. So when next brought up Vagrant tries to use the new keypair which is no longer valid and subsequently isn't able to login. Prevent this from happening by disabling the `ssh.insert_key` option on versions where it is available. |
||
---|---|---|
.. | ||
Vagrantfile |