SSH:WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! 오류 처리 방법

git 관리를 이용한 프로젝트 개발 과정에서 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 RSA key sent by the remote host is
1f:62:b4:53:56:a9:d3:45:ad:81:5c:e5:9a:1b:d6:79.
Please contact your system administrator.
Add correct host key in /Users/sunwenxing/.ssh/known_hosts to get rid of this message.
Offending RSA key in /Users/sunwenxing/.ssh/known_hosts:2
RSA host key for 192.168.1.115 has changed and you have requested strict checking.
Host key verification failed.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

이러한 오류가 발생한 주요 원인은 이번 명령을 실행하기 전에 인넷이 192.168.1.115인 호스트(서버의 인넷)에서 데이터를 복제했기 때문이다.이번 명령으로 복제된 INet은 192.168.1.115이지만 IP 번호가 변경되었습니다.
1f:62:b4:53:56:a9:d3:45:ad:81:5c:e5:9a:1b:d6:79
이미 이전의 호스트가 아니다.그러니까 잘못 보고할 거야.
해결 방법: 첫 번째 단계: cd ~/를 입력합니다.ssh. 2단계:vi knownuhosts . 3단계: 192.168.1.115 ssh-rsa로 시작하는 ssh Key를 삭제하면 문제를 해결할 수 있습니다.

좋은 웹페이지 즐겨찾기