vagrant-coreos-docker-apache-example
vagrant-coreos-docker-apache-example copied to clipboard
--no-provision reloading results in Authentication Failure
Hi:
My OS is ubuntu.
After
vagrant reload --no-provision
This is what i see in console
Could you help me?
Thanks
Hello,
I've just got the same problem like you above. I did a quick research and I found a solution for this problem.
Long story short:
- Hit CTRL+H to see the hidden files and folders.
- Go to inside your root folder/.vagrant/machines/default/virtualbox/
- You'll see a file namely: private_key
- Delete it, and re-run
vagrant reload --no-provision
This method will create a new SSH key for you, and let you finish the authentication.
After all, you have to see something like this:
I hope it's gonna help you! You can check the further details in the following page.