[aws]ssh접속 시, ECDSA host key for azonaws.com has changed and you have requested strict checking해결방법
나의 경우, 전부 같은 pem을 쓰다보니, 서버정보가 다르다는것이다..
그러면
ssh-keygen -R [ IP or DomainName]
ex) ssh -i "bbbb.pem" ec2-user@111-222-333-444-555.ap-northeast-2.compute.amazonaws.com
-> ssh-keygen -R ec2-user@111-222-333-444-555.ap-northeast-2.compute.amazonaws.com
[참조]https://cupeanimus.tistory.com/42
aws SSH접속시 RSA 공유키 충돌 문제 - WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!
aws elastic beanstalk에 spring boot로 매일 데이터를 저장하도록 한 서버를 돌리고 있는데 오늘 데이터가 저장되지 않아 ssh 접속을 시도하였다가 실패하며 본 메세지이다. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@..
cupeanimus.tistory.com
'server' 카테고리의 다른 글
[aws]Target is in an Availability Zone that is not enabled for the load balancer 해결방법 (0) | 2022.04.07 |
---|---|
[linux]ec2 linux2 java jdk설치 가능한 파일 보는 방법 , 설치방법 (0) | 2022.04.06 |
[spring boot]firebase SDK JWT firebase custom token 만드는 방법 (0) | 2021.09.10 |
[github]8월 13일 id , password 불가 이슈 해결방법 (0) | 2021.08.18 |
[sql]월별 집계방법 (0) | 2021.05.24 |