"vagrant up" 它在 SSH 身份验证方法处停止:私钥

Arn*_*all 5 ssh virtualbox vagrant laravel homestead

我正在尝试在具有宅基地环境的计算机上安装 laravel。我遵循了官方文档中的所有步骤。当我执行“vagrant up”时,控制台显示以下错误。

流浪错误.

在 SSH 身份验证方法处停止。以前我用“ ssh-keygen -t rsa -b 4096 -C “me@email.com ”配置了ssh-keygen

我在 .rb 文件中添加了主机部分: 主机

甚至 .yaml 文件。我认为我编辑正确 yaml文件

在主机文件中,我在文件底部添加了:“192.168.10.10 administracio.dev”。

然后当我让这个错误崩溃时,它显示以下错误:

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 you look above, you should be able to see the error(s) that
Vagrant had when attempting to connect to the machine. These errors
are usually good hints as to what may be wrong.

If you're using a custom box, make sure that networking is properly
working and you're able to connect to the machine. It is a common
problem that networking isn't setup properly in these boxes.
Verify that authentication configurations are also setup properly,
as well.

If the box appears to be booting properly, you may want to increase
the timeout ("config.vm.boot_timeout") value.
Run Code Online (Sandbox Code Playgroud)

有什么建议?

hal*_*fer 2

(代表OP发布)

解决方案:我在BIOS环境中激活了硬件加速。