>  기사  >  백엔드 개발  >  Windows7에 laravel homestead를 설치한 후 SSH 인증 방법: 개인 키에서 멈췄습니다.

Windows7에 laravel homestead를 설치한 후 SSH 인증 방법: 개인 키에서 멈췄습니다.

WBOY
WBOY원래의
2016-08-29 08:50:512229검색

시스템 환경

  • 새로운 win7 64비트 최종 버전

  • 관리자 상태

  • 가상박스5.1

  • 홈스테드2.2.1

프로세스

Laravel Academy의 튜토리얼에 따라 설치하세요. homestead up 명령을 사용하여 가상 머신을 시작하면 ssh 인증 방법에서 멈춥니다.

<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 hang을 사용하여 가상 머신을 종료하면 다음과 같은 메시지가 나타납니다.

<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비트 최종 버전

  • 관리자 상태

  • 가상박스5.1

  • 홈스테드2.2.1

프로세스

Laravel Academy의 튜토리얼에 따라 설치하세요. homestead up 명령을 사용하여 가상 머신을 시작하면 ssh 인증 방법에서 멈춥니다.

<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 hang을 사용하여 가상 머신을 종료하면 다음과 같은 메시지가 나타납니다.

<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으로 문의하세요.