vagrant-coreos-docker-apache-example icon indicating copy to clipboard operation
vagrant-coreos-docker-apache-example copied to clipboard

--no-provision reloading results in Authentication Failure

Open toolshc opened this issue 9 years ago • 1 comments

Hi:

My OS is ubuntu.

After

vagrant reload --no-provision

This is what i see in console

authentication-failure

Could you help me?

Thanks

toolshc avatar May 22 '15 22:05 toolshc

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:

  1. Hit CTRL+H to see the hidden files and folders.
  2. Go to inside your root folder/.vagrant/machines/default/virtualbox/
  3. You'll see a file namely: private_key
  4. 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: kijeloles_024

I hope it's gonna help you! You can check the further details in the following page.

balint-pap avatar May 24 '16 12:05 balint-pap