小编Mik*_*nna的帖子

Vagrant"身份验证失败"在上升期间,但"vagrant ssh"可以很好地进入

我很难过.我正在尝试在Windows 8.1上运行vagrant/virtualbox/coreos集群来开发用于在云中运行的集群.我在四台机器上尝试了这一点(所有这些都是带有最新更新的Windows 8.1,并且都配有最新的VirtualBox,Vagrant,Git和Vagrant的相同配置.我正在检查所有4系统上的回购中的Vagrant配置所以我相信每个人的配置是相同的.我获得了2次成功和2次失败.

两台机器成功如下:

Bringing machine 'core-01' up with 'virtualbox' provider...
==> core-01: Checking if box 'coreos-stable' is up to date...
(snip)
    core-01: SSH address: 127.0.0.1:2222
    core-01: SSH username: core
    core-01: SSH auth method: private key
    core-01: Warning: Connection timeout. Retrying...
==> core-01: Machine booted and ready!
==> core-01: Setting hostname...
==> core-01: Configuring and enabling network interfaces...
Run Code Online (Sandbox Code Playgroud)

流浪的ssh和vagrant都可以在这两个系统上正常工作.

另外两台Windows机器失败如下:

Bringing machine 'core-01' up with 'virtualbox' provider...
==> core-01: Importing base box 'coreos-stable'...
==> core-01: Matching …
Run Code Online (Sandbox Code Playgroud)

windows ssh vagrant coreos

5
推荐指数
2
解决办法
7127
查看次数

标签 统计

coreos ×1

ssh ×1

vagrant ×1

windows ×1