Ping은 나가는데 SSH 접속은 안될때
No route to host : 서버가 존재하지 않을때, Netfilter(iptables, ipchains)로 막혀있을 때
Connection refused : 서비스가 활성화되지 않았을 때, 서비스 포트가 다를때
Connection closed by remote host : 연결이 차단되었을때
참고 : https://m.blog.naver.com/PostView.naver?isHttpsRedirect=true&blogId=jabusunin&logNo=20012727405
위의 상황과 전혀 다른 상황 발생
장비에서 LAN 등은 들어오나 인터넷은 안되는 상황으로 보임
확인해보니 핑은 나가고 SSH는 접속되지 않는다.
SSH 응답코드가 없는 상황 : OS 쪽에 문제가 있어서 응답하지 않음
SSH 접속시 나오는 에러코드
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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 ECDSA key sent by the remote host is
SHA256: *************************************************************.
Please contact your system administrator.
Add correct host key in /home/ubuntu/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in /home/ubuntu/.ssh/known_hosts:2
remove with:
ssh-keygen -f "/home/pi/.ssh/known_hosts" -R "xxx.xxx.xxx.xxx"
ECDSA host key for xxx.xxx.xxx.xxx has changed and you have requested strict checking.
Host key verification failed.
IP는 동일한데, 장비가 바뀌었다거나, 가상 컴퓨터의 물리적 서버가 바뀌면서 RSA-KEY값이 달라지면서 나오는 경고문
know_hosts 파일을 지워주면 된다.
'알뜰살뜰 정보' 카테고리의 다른 글
[Error]The git repository has too many active changes, only a subset of Git features will be enabled. (0) | 2023.01.25 |
---|---|
[레지스트리 편집기] 마우스 오른쪽 목록 추가하기 (0) | 2022.05.23 |
플랫폼io(platformIO) 설치 및 아두이노 빌드 (0) | 2021.12.27 |
윈도우 인증 삭제 후 정품인증 하는법 (0) | 2021.03.23 |
윈도우 10) 어플리캐이션 설치 시 한글 깨질 때 (0) | 2021.02.15 |