본문 바로가기
인프라/앤서블(Ansible)

ansible 에러 Failed to connect to the host via ssh: Permission denied

by IT맥구리나스 2022. 5. 3.

문제점

플레이북 실행시 아래와 같은 에러발생

TASK [Gathering Facts] ***********************************************************************************************************************************************************************
fatal: [x.x.x.x]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).", "unreachable": true}

 

해결방법

ansible 서버의 ~/.ssh/id_rsa.pub 값을 에러가난 원격지 서버의 ~/.ssh/authorized_key 파일에 저장한다.

반응형

댓글