I'm following the official guide for running Laravel 5.1 on Homestead.
But when I try vagrant up
it hangs up at homestead-7: SSH auth method: private key
and eventually times out with the message:
Timed out while waiting for the machine to boot. This means that
Vagrant was unable to communicate with the guest machine within
the configured ("config.vm.boot_timeout" value) time period.
If the box appears to be booting properly, you may want to increase
the timeout ("config.vm.boot_timeout") value.
My SSH keys were generated using ssh-keygen -t rsa -C "you@homestead"
.
Can't access the machine through vagrant ssh
, it outputs ssh_exchange_identification: read: Connection reset by peer
.
Tried vagrant destroy
and deleting the ~/.homestead
folder to start again from scratch but same result.
Using Ubuntu 16.04 64-bit, Vagrant 1.8.4 and VirtualBox 5.0.18. Virtualization is enabled in my computer, other boxes boot up without problems.