@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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 *** key sent by the remote host is
***.
Please contact your system administrator.
Add correct host key in /Users/soonja/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in /Users/soonja/.ssh/known_hosts:2
Host key for *** has changed and you have requested strict checking.
Host key verification failed
XEN에서 vm을 설정하다 중간에 중단하고 다시 접속할때 발생하는 오류.
SSH server key가 다시 생성되거나, 서버를 재시작할때 발생하는 오류라고 한다.
아래의 간단한 코드로 해결할 수 있다.
ssh-keygen -f "SSH키가 저장된 저장소 위치" -R "rootIP주소"
/Users/soonja/.ssh/known_hosts이 부분은 SSH키가 저장된 저장소로 바꾸면 된다.
오류 코드에 보면
Add correct host key in **** to get rid of this message.
이 문장에서 저장소 위치를 알 수 있다. 해당 부분을 복사해서 쓸 것!