I can\'t seem to get Homestead running. It hangs at SSH auth method: private key.
The Homestead VM starts. I can go to VirtualBox and open the terminal window and lo
Try to call vagrant up
from CMD with admin rights
Enable "Virtualization Technology" in BIOS settings
I had this problem. I enabled Vt-x in the bios and it cleared it.
And then you can see the vagrant up going on.
Nothing here worked for me. I got into the situation of SSH auth method: private key
because my mac black screened and crashed.
All that worked for me was a vagrant destroy
then vagrant up --provision
. Beware this will of course trash anything in your VM. but you should be using ephemeral principles anyway...
Vagrant 2.1.2
vagrant destroy
then vagrant up --provision
worked for me.
I have noticed that it usually happens when new version of vagrant released