일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- Oracle Express Edition
- Oracle 18c 설치
- 비전공자를 위한 데이터베이스 입문
- 무료 오라클 설치
- Oracle 사용자명
- ora-01722
- Oracle 테이블 대소문자
- Oracle 사용자명 입력
- oracle 18c
- 서평단
- ORA-12899
- 무료 오라클 데이터베이스
- Oracle 테이블 띄어쓰기
- Oracle 초기 사용자
- Oracle 18c HR schema
- Orace 18c
- 오라클 캐릭터셋 조회
- 윈도우 Oracle
- ORA-00922
- Oracle 윈도우 설치
- 오라클 캐릭터셋 확인
- Oracle 18c HR
- 오라클 캐릭터셋 변경
- oracle
Archives
- Today
- Total
The Nirsa Way
[Ansible] 앤서블 Host key verification failed 에러 해결 방법 (ansible Using a SSH password instead of a key is not possible because Host Key checking is enabled and sshpass does not support this) 본문
IaC/Ansible
[Ansible] 앤서블 Host key verification failed 에러 해결 방법 (ansible Using a SSH password instead of a key is not possible because Host Key checking is enabled and sshpass does not support this)
KoreaNirsa 2020. 10. 28. 16:29반응형
-
앤서블 Host key verification failed 에러 해결 방법
아래 이미지와 같은 SSH 에러가 발생할 때 해결하는 방법 입니다.
저의 경우 테스트 서버이며 별도 작업을 한것이 없기 때문에 아래와 같이 known_hosts 파일을 삭제 후 재시도하여 해결 하였습니다. 해당 파일은 삭제해도 SSH접속을 하면서 호스트키가 생성되면 자동으로 known_hosts 파일이 생기기 때문에 파일 자체를 삭제하였습니다.
rm -rf /root/.ssh/known_hosts
반응형
'IaC > Ansible' 카테고리의 다른 글
[Ansible] 앤서블 "target uses selinux but python bindings" 에러 해결 방법 (0) | 2021.02.18 |
---|---|
[Ansible] 앤서블 일반 사용자 계정 "Invalid/incorrect password: Permission denied, please try again." 에러 해결 방법 (0) | 2021.01.04 |
[Ansible] 앤서블로 yum 사용하는 방법 (0) | 2021.01.04 |
[Ansible] 앤서블 특정 조건,상황을 만족할 때 실행하기 (ansible-palybook yml when) (0) | 2020.10.30 |
[Ansible] 앤서블 패스워드 없이 연결하기 (ansible authorized_key) (0) | 2020.10.29 |