centos8 SSH 시간 초과 클라이언트가 응답하지 않습니다

centos8 SSH 시간 초과 클라이언트가 응답하지 않습니다

방금 서버에 centos8을 설치했습니다. 이전에는 동일한(베어본) 머신이 centos7을 잘 실행하고 있었습니다. 이제 연결이 많이 끊어졌습니다. 많은 SSH 연결이 끊어졌지만 전부는 아닙니다... 예를 들면 다음과 같습니다.

> ssh centos8
> ssh some-other-machine
The authenticity of host 'some-other-machine (1.2.3.4)' can't be established.
RSA key fingerprint is SHA256:POwKbdOx0s5IOxVL9gObdtLEbf7oqDDmdHXF9jaA8uQ.
RSA key fingerprint is MD5:0d:85:b1:fb:e0:cd:00:fb:ba:41:8c:57:ee:0c:7e:2f.
Are you sure you want to continue connecting (yes/no)? Connection to centos8 closed by remote host.
Connection to centos8 closed.

그래서 저는 이 centos8 컴퓨터에 있고 다른 컴퓨터에 연결하려고 합니다. ssh정품 확인을 요청했는데 답변을 기다리지 않고 전체 SSH 세션이 중단되어 centos8에서 쫓겨났습니다.

systemd로그에서 이것을 찾았습니다 .

Oct 08 15:04:36 Kubernetes01 sshd[9039]: Timeout, client not responding from user root 10.1.86.100 port 57514
Oct 08 15:04:36 Kubernetes01 sshd[9022]: pam_unix(sshd:session): session closed for user root

이런 일은 가끔씩만 발생하며 아직 패턴을 찾지 못했습니다. 이 기계는 매우 강력하며 CPU, RAM, 디스크 공간에 대한 부하도 확실히 높지 않습니다.

관련 정보