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 |