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)?
뭐 이런식으로 계속 묻는 경우 처리 방법
를 실행하고 안에 있는 data를 다지우고 저장함.
다시
$ ssh hostIP
저장하고 <yes> 하고 나면
다시 묻지 않는다.
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> 하고 나면
다시 묻지 않는다.