MHLab blog
📜
ubuntu

RSA 키 충돌 (REMOTE HOST IDENTIFICATION HAS CHANGED)

2021.10.03

주의

이 문건은 과거 Hexo 블로그 (2021-10-18) 에서 이동된 문서입니다.

시간이 지남에 따라 최신 기술과 다를 수 있으니 주의 바랍니다.


RSA 키 충돌 문제 (REMOTE HOST IDENTIFICATION HAS CHANGED)

최근 인프라 쪽 작업을 하면서 ec2 에 작업을 좀 하다가 키를 바꾸게 되었다.
그리고 다시 접근을 하는데 아래와 같은 에러가 발생하였다.


shell > ssh -i "test.pem" 192.168.0.1

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the ECDSA key sent by the remote host is
SHA256:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Please contact your system administrator.
Add correct host key in [자신의 known_hosts 경로] to get rid of this message.
.....

이럴 경우 다시 키를 생성해서 처리해주면 된다.

ssh-keygen -R [접근할 주소]

shell > ssh-keygen -R [접근할 주소-ec2 주소 등]
...
[본인의 known_hosts 경로] updated.
Original contents retained as [본인의 known_hosts 경로]
...

위와 같은 출력이 뜬 뒤로 다시 해보면 잘 된다.

참고사이트


작은 개인광고 양해 바랍니다 ^^;;
👇 주인장이 직접 만든 서비스 👇
/static/29a05fefb322c94d5eb3f7d05c7c224e/myc_icon.png
Typescript
React
Next.Js
Nest.Js
마와셀(웹) - 와인 가격 비교
와인 가격 비교 서비스
postweb
/static/29a05fefb322c94d5eb3f7d05c7c224e/myc_icon.png
Dart
Flutter
hive
provider
마와셀(엡) - 와인과 셀러 관리, 시음노트
보유한 와인의 관리, 시음노트 작성, 보유 와인 셀러의 관리 어플리케이션
/static/d35d260fd4813f4a6d284a7f4fbcdf49/bcow_icon.png
Typescript
React
Next.Js
Nest.Js
흑우집합소(웹) - 로또번호 추천 서비스
로또번호 추천 서비스
/static/d35d260fd4813f4a6d284a7f4fbcdf49/bcow_icon.png
Dart
Flutter
drift
provider
흑우집합소(앱) - 로또번호 추천 서비스
로또번호 추천 서비스

© Powered by danmin