좋은 프로그램은 마음의 여유에서 나온다.
ec2 접속 에러 본문
같은 아이피에 인스턴스를 바꾸면 아래와 같은 에러가 남
캐쉬된 파일을 지워주면 됨
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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
05:56:14:9f:04:ce:2a:f2:cd:3a:27:97:7f:a6:5f:76.
Please contact your system administrator.
Add correct host key in /var/root/.ssh/known_hosts to get rid of this message.
Offending RSA key in /var/root/.ssh/known_hosts:5
RSA host key for 54.248.72.188 has changed and you have requested strict checking.
Host key verification failed.
sudo vim /var/root/.ssh/known_hosts
캐쉬된 내용을 지우고 다시 접속
'클라우드,빅데이터 > aws' 카테고리의 다른 글
AWS에서 무료로 서버 얻기 (0) | 2013.09.10 |
---|---|
AWS에서 VSFTPD FTP 서버 활성화 시키기 (0) | 2012.10.18 |
ec2 ami 만들기 (0) | 2012.10.16 |
s3 sync ec2 linux directory (0) | 2012.09.07 |
AWS에서 ssh key 파일 없이 로긴하는 방법 (0) | 2012.08.28 |