2017-03-27 3 views
0

실제 어려움 해결을 갖는이 하나방랑 - 기본 : SSH의 인증 방법 : 개인 키 제한 시간

내가 '방랑까지'모든 것을하기 위해 노력하고있어 나는 점에 도달 할 때까지 좋아 보인다

==> default: The cookbook path 'C:/home/webs/cookbooks' doesn't exist. Ignoring... 
==> 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) => 8081 (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 
Timed out while waiting for the machine to boot. This means that 
Vagrant was unable to communicate with the guest machine within 
the configured ("config.vm.boot_timeout" value) time period. 

If you look above, you should be able to see the error(s) that 
Vagrant had when attempting to connect to the machine. These errors 
are usually good hints as to what may be wrong. 

If you're using a custom box, make sure that networking is properly 
working and you're able to connect to the machine. It is a common 
problem that networking isn't setup properly in these boxes. 
Verify that authentication configurations are also setup properly, 
as well. 

If the box appears to be booting properly, you may want to increase 
the timeout ("config.vm.boot_timeout") value. 

구성 :

Vagrant 1.8.7 

플러그인 :

vagrant-berkshelf (5.1.1) 
vagrant-hostmanager (1.8.5) 
vagrant-share (1.1.6, system) 
vagrant-triggers (0.5.3) 
vagrant-vsphere (1.12.0) 
사용 691,363,210

: 지금까지 시도 무엇

Oracle Virtual Box v5.1.8 
Chef v1.1.16 
Windows-7 

: 가상화가 활성화 된 경우

  1. 확인하시기 바랍니다.
  2. [.vagrant.d, .VirtualBox] [여기에 이미지 설명 입력] 1 폴더를 제거하고 모든 플러그인을 다시 설치하십시오.
  3. gui를 true로 설정하여 실행하면 내부에 .ssh 폴더가 표시되지 않습니다.
  4. 방화벽을 끕니다.

다른 컴퓨터의 버전이 같고 잘 작동합니다. 그래서 나는 비교할 수있다. 하지만 여기에 계속할 수있는 더 이상의 단서가 없습니다 ...

+1

이상하게도 VM에'.ssh' 폴더가 없으므로 폴더와 authorized_keys 파일이 있어야합니다. 허가가있는 경우 오류가 발생하지만 방랑자가 파일을 푸시해야합니다. –

답변

0

발견 된 프로그램 : Web Companion Lavasoft라는 프로그램이 ssh 통신을 차단하고 있었지만 제거했고 작동했습니다.