Vagrant Version: 1.6.3
VirtualBox: 4.3.14
Ubuntu 14.04 LTS 64 Bit
Run Code Online (Sandbox Code Playgroud)
我在这方面已经有一段时间了,无法弄清楚这一点。我有我的公钥和私钥设置,它们可以工作。我知道在我将 Ubuntu 从 32 位更新到 64 位之前,它们工作正常并不是问题所在。我已经卸载并重新安装了所有提到的软件,但仍然没有修复。这是在 Laravel Homestead 实例上,但它发生在我所有的盒子上,包括来自 vagrants 主页的 precision32。
当我运行vagrant ssh-config我得到的错误是
The provider for this Vagrant-managed machine is reporting that it
is not yet ready for SSH. Depending on your provider this can carry
different meanings. Make sure your machine is created and running and
try again. Additionally, check the output of `vagrant status` to verify
that the machine is in the state that …Run Code Online (Sandbox Code Playgroud)