728x90
반응형

오류 메시지가

sshd: error: kex_exchange_identification: Connection closed by remote host

와 같이 나올 때가 있습니다.

 

그 원인은 

These errors indicate that the LoadMaser is seeing an SSH connection opened, but nothing is being done with the SSH connection, such as authentication to the LoadMaster's console. This connection is then closed by the end user.

This is typical of monitoring solutions or other automated processes that rely on an SSH connection.

이라고 합니다.

즉 , 열었는데, 아무 것도 하지 않으니, 종료시키면서 오류 메시지를 출력하고 있습니다.

 

그래서 해결책은

If your LoadMaster is monitored via SSH, simply exclude the LoadMaster from being monitored. Otherwise, it would be a good idea to determine which devices are forming an SSH connection and prevent those connections from reaching the LoadMaster.

이라고 합니다. 

즉,  아예 열거나 접근하지 못하게   /etc/host/allow  와 /etc/host/deny에 IP를 적거나  sshd 의  conf 파일을 수정하거나 방화벽 정책을 ssh에 적용하면 됩니다.

 

 

journalctl 에 의해 오류메시지 조회,   해당 오류 메시지가 1-2초 간격으로 발생하고 있었습니다.

 

 

해당 오류가 2-3시간 안에  5천번 이상 발생할 정도였습니다.

 

상기 그림처럼, 해당 오류메시지가 1-2초마다 발생하던 것이, 방화벽 정책을 적용하여, ssh 접근을 차단하니  문제는 해결되었습니다.

 

 

728x90
반응형

'리눅스 명령어' 카테고리의 다른 글

사용 중인 파일 크기를 0으로 만들기  (0) 2023.09.18
[Mongo DB] 데이터베이스 백업  (0) 2023.06.27
timezone 설정  (0) 2023.03.28

+ Recent posts