일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Spring Batch
- REACT
- Express
- 정규표현식
- Effective Java
- JavaScript
- log4j2
- regex
- REACTJS
- git
- npm
- try catch
- spring
- Node
- 퀵소트
- MySQL
- upgrade
- migration
- java
- current_date
- spring cloud
- log_bin
- nodejs
- Effective Java 3/e
- expire_logs_days
- update
- mysql 5.5
- eslint
- Regular expression
- Chunk
- Today
- Total
내 세상
SSH RSA 공유키 충돌 문제 해결 본문
문제
ssh로 붙을 때 갑자기 안됨..
다음과 같은 오류가 발생함.
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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:asdfzxcvjkzxlcvjklqjlkerjalksdjfklzjcxvlkcx.
Please contact your system administrator.
Add correct host key in /Users/XXXX/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in /Users/XXXX/.ssh/known_hosts:6
ECDSA host key for 123.123.123.123 has changed and you have requested strict checking.
Host key verification failed.
해결 방법
XXXXui-MacBook-Pro:Desktop XXXX$ ssh-keygen -R 123.123.123.123
위의 명령어에서 IP 주소는 접속하고자 하는 IP로 변경함.
하고 나면 잘됨.
'Technical > etc' 카테고리의 다른 글
[Windows] RDP/원격 데스크탑 여러 모니터 중 일부만 실행 (2) | 2020.12.29 |
---|---|
[JavaScript] Uncaught TypeError: $(...) is not a function (0) | 2020.09.24 |
[Git] 특정 Branch만 Clone하기, git clone 저장 폴더 변경 (0) | 2020.09.04 |
[Git] 멍청한 Push를 되돌려보자 (0) | 2020.08.31 |
[express] fetch를 사용하여 formdata를 넘길 때, files을 전달하는 방법(React/Express/Multer) (0) | 2020.07.01 |