OS/Linux

ssh로 다른곳을 접속하려 할때 뜨는 에러 수정

아르비스 2011. 8. 23. 16:35
add correct host key in /root/.ssh/known_hosts to get rid of this message.
offending key in /root/.ssh/known_hosts:1
Are you sure you want to continue connecting (yes/no)?
뭐 이런식으로  계속 묻는 경우 처리 방법

$ vi /home/xxxxx/.ssh/known_hosts


를 실행하고 안에 있는 data를 다지우고 저장함.

다시
$ ssh hostIP   

저장하고 <yes> 하고 나면
다시 묻지 않는다.