노출되는 이미지가 불편하시겠지만 양해를 구합니다. 노출, 클릭등에 관한 자료로 활용 중입니다.


vagrant up시에 Authentication failure. Retrying...가 반복될때



Oracle VM VirtualBox(4.3.2사용)를 통해서 실행시에,


오른쪽과 같이 에러가 발생하면,


==> 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

    default: Warning: Authentication failure. Retrying...

    default: Warning: Authentication failure. Retrying...

    default: Warning: Authentication failure. Retrying...

    default: Warning: Authentication failure. Retrying...

    default: Warning: Authentication failure. Retrying...

    default: Warning: Authentication failure. Retrying...

    default: Warning: Authentication failure. Retrying...

    default: Warning: Authentication failure. Retrying...


1. vagrant ssh-config로 IdentityFile 위치를 확인하고,

2. insecure_private_key.pub의 내용을 복사한다.


3. 다른 bash에서 vagrant ssh를 실행하고, password는 vagrant입력하고 접속한다.

4. 접속후에 .ssh/authorized_keys파일에 복사한 내용을 붙여넣기 한다.



5. 4번이 완료되면, 오른쪽 창이 다음 단계로 넘어간다.



* 명령어 


vagrant up , https://www.vagrantup.com/docs/cli/up.html 

vagrant ssh , https://www.vagrantup.com/docs/cli/ssh.html



'Web Tech. > Python' 카테고리의 다른 글

Python 예제  (0) 2017.07.04
Python, Web 보안 (기초)  (0) 2017.07.04
빅데이타와 Python  (0) 2017.02.07
Eclipse(이클립스), Python Editor 설치  (0) 2016.11.16
Python/파이썬 설치  (0) 2016.11.16
블로그 이미지

StartGuide

I want to share the basic to programming of each category and how to solve the error. This basic instruction can be extended further. And I have been worked in southeast Asia more than 3 years. And I want to have the chance to work another country.

,