응답하지 않는 SSH 서버 복구

응답하지 않는 SSH 서버 복구

postgres 데이터베이스가 있는 머신(정상적으로 응답)에는 ssh 서비스와 nagios nrpe 서비스가 있습니다.

핑에 응답합니다.

Postgres가 예상대로 작동하고 있습니다. (아파치는 다른 호스트에서 연결됩니다)

Nagios는 포트 5432를 확인합니다(postgres는 괜찮습니다).

SSH가 연결되지 않습니다(위에 표시된 대로).

tty를 통한 액세스는 ssh와 동일한 응답을 갖습니다(화면에는 아무것도 표시되지 않음).

무엇을 할 수 있나요? 저는 프로덕션 서버입니다.

감사해요.

[root@localmachne ~]# ssh remotemachine -vvvvvvvv
OpenSSH_5.3p1, OpenSSL 1.0.0-fips 29 Mar 2010
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to remotemachine [X.Y.Z.T] port 22.
debug1: Connection established.
debug1: permanently_set_uid: 0/0
debug1: identity file /root/.ssh/identity type -1
debug3: Not a RSA1 key file /root/.ssh/id_rsa.
debug2: key_type_from_name: unknown key type '-----BEGIN'
debug3: key_read: missing keytype
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug2: key_type_from_name: unknown key type '-----END'
debug3: key_read: missing keytype
debug1: identity file /root/.ssh/id_rsa type 1
debug1: identity file /root/.ssh/id_dsa type -1

답변1

SSH 키가 손상되었습니다. 비밀번호 인증이나 콘솔로 연결하고 SSH 키를 다시 생성하세요(또는 백업에서 복원하세요).

관련 정보