ssh를 이용해서 리눅스서버에 접속할때 에러

ssh를 이용해서 리눅스 서버에 접속하려는데 아래와같은 에러가 납니다.
같은 서버에 윈도우2000에서 putty로 접속하면 잘 되는데 왜일까요?
영어가 안되니까 정말 어렵군요. 도와주세요.
부탁드립니다.
[root@asan root]# ssh 192.168.0.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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 the RSA host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
817ad1e73dbaa0be26559af1c3e9d92d.
Please contact your system administrator.
Add correct host key in /root/.ssh/known_hosts to get rid of this message.
Offending key in /root/.ssh/known_hosts1
RSA host key for 192.168.0.2 has changed and you have requested strict
checking.
Host key verification failed.
[root@asan root]#
윈도우2000(putty) ===> 한컴리눅스 2.2서버 접속 잘됨-port23
레드헷7.3한글 ===> 한컴리눅스2.2서버 위와같은 에러가 나면서 접속안됨
Re: ssh를 이용해서 리눅스서버에 접속할때 에러
[root@asan root]# rm -rf /root/.ssh/known_hosts
[root@asan root]# ssh 192.168.0.2
vi /root/.ssh/known_hosts
vi /root/.ssh/known_hosts 해보시면 바로 알 수 있을 것입니다.
문제의 원인은 해당 서버가 새로 인스톨되었거나 바뀌었거나 기타 등등의
이유때문에 발생하더군요.
/root/.ssh/known_hosts 화일에 보면 접속하려는 컴퓨터의 IP나 도메인이
있는 라인을 찾아 그 것만 지우면 됩니다.
아니면 전체 화일을 지워도 되지만...
댓글 달기