dev*_*ynn 8 ssh virtual-machines virtualbox vagrant
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 you expect. If you continue to
get this error message, please view the documentation for the provider
you're using.
Run Code Online (Sandbox Code Playgroud)
这在我使用 32 位时没有发生,但是当我升级到 64 位时,我遇到了其他问题。
当我运行vagrant up 时,它停在这条线上:
==> default: Running 'pre-boot' VM customizations...
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:2201
default: SSH username: vagrant
default: SSH auth method: private key
Run Code Online (Sandbox Code Playgroud)
对此的任何想法都将受到欢迎。我讨厌这种情况的发生,因为我最近刚刚发布的关于流浪真棒如何发展一个播客节目WAS截至目前,它的吸吮我的时间去尝试才能得到这个。提前感谢大家!