본문 바로가기
ops/other

[Other] vagrant -

by seohan1010 2024. 5. 19.

https://blog.asamaru.net/2015/12/03/vagrant-warning-authentication-failure-retrying-dot-dot-dot-after-packaging-box/

 

Vagrant Box Packaging 후 "Warning: Authentication failure. Retrying... " 오류가 발생할 경우 해결 방법

vagrant를 사용하면서 직접 box를 만들 경우가 자주 발생하지는 않는다. 하지만 환경 구성을 위해 간혹 작업을 하게되는데 작업 과정에 문제가 생기는 경우가 간혹 있다. 이번에 CentOS 7 환경을 구성

blog.asamaru.net

 

위의 글을 참고하여 해결

 

 

 

virtual machine으로 프로비저닝중

인증 오류가 발생해서

다음 vm을 생성하지 못하는 문제가 발생했다.

 

 

config.ssh.username = "vagrant"
config.ssh.password = "vagrant"

 

위의 코드를 추가해 주어서 해결

 

ssh 연결시 ssh 설정 파일의 설정과

관련해서 발생한 에러인거 같다.