SSH를 통해 서버에 연결하려고 할 때 다음 오류가 발생합니다.
[root@oneeighty ~]# ssh -vvv -p 443 root@xxx.xxx.xxx
OpenSSH_4.3p2, OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to xxx.xxx.xxx [IP] port 443.
debug1: Connection established.
debug1: permanently_set_uid: 0/0
debug1: identity file /root/.ssh/identity type -1
debug1: identity file /root/.ssh/id_rsa type -1
debug1: identity file /root/.ssh/id_dsa type -1
debug1: loaded 3 keys
ssh_exchange_identification: read: Connection reset by peer
서버 및 클라이언트에서 SSH 구성을 확인했으며 문제가 없습니다.
서버에서 SSH 서비스를 다시 시작한 다음 서버 / 클라이언트를 다시 시작했지만 문제가 해결되지 않았습니다.