首页  >  文章  >  后端开发  >  windows7安装laravel homestead后,卡在SSH auth method: private key

windows7安装laravel homestead后,卡在SSH auth method: private key

WBOY
WBOY原创
2016-08-29 08:50:512226浏览

系统环境

  • 全新win7 64位旗舰版

  • 管理员身份

  • virtual box5.1

  • homestead2.2.1

过程

按照laravel学院的教程安装,当使用homestead up命令启动虚拟机的时候,卡在ssh auth method那里不动了:

<code class="bash">$ homestead up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'laravel/homestead'...
==> default: Matching MAC address for NAT networking...
==> default: Setting the name of the VM: homestead
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
    default: Adapter 1: nat
    default: Adapter 2: hostonly
==> default: Forwarding ports...
    default: 80 (guest) => 8000 (host) (adapter 1)
    default: 443 (guest) => 44300 (host) (adapter 1)
    default: 3306 (guest) => 33060 (host) (adapter 1)
    default: 5432 (guest) => 54320 (host) (adapter 1)
    default: 22 (guest) => 2222 (host) (adapter 1)
==> 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:2222
    default: SSH username: vagrant
    default: SSH auth method: private key</code>

然后ctrl + c 强制结束,再使用homestad halt关闭虚拟机.出现如下提示:

<code class="bash">$ homestead halt
==> default: Attempting graceful shutdown of VM...
    default: Guest communication could not be established! This is usually because
    default: SSH is not running, the authentication information was changed,
    default: or some other networking issue. Vagrant will force halt, if
    default: capable.
==> default: Forcing shutdown of VM...
</code>

请问下各位大大,这个问题怎么解决?

回复内容:

系统环境

  • 全新win7 64位旗舰版

  • 管理员身份

  • virtual box5.1

  • homestead2.2.1

过程

按照laravel学院的教程安装,当使用homestead up命令启动虚拟机的时候,卡在ssh auth method那里不动了:

<code class="bash">$ homestead up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'laravel/homestead'...
==> default: Matching MAC address for NAT networking...
==> default: Setting the name of the VM: homestead
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
    default: Adapter 1: nat
    default: Adapter 2: hostonly
==> default: Forwarding ports...
    default: 80 (guest) => 8000 (host) (adapter 1)
    default: 443 (guest) => 44300 (host) (adapter 1)
    default: 3306 (guest) => 33060 (host) (adapter 1)
    default: 5432 (guest) => 54320 (host) (adapter 1)
    default: 22 (guest) => 2222 (host) (adapter 1)
==> 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:2222
    default: SSH username: vagrant
    default: SSH auth method: private key</code>

然后ctrl + c 强制结束,再使用homestad halt关闭虚拟机.出现如下提示:

<code class="bash">$ homestead halt
==> default: Attempting graceful shutdown of VM...
    default: Guest communication could not be established! This is usually because
    default: SSH is not running, the authentication information was changed,
    default: or some other networking issue. Vagrant will force halt, if
    default: capable.
==> default: Forcing shutdown of VM...
</code>

请问下各位大大,这个问题怎么解决?

声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn