जब मैंने 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 सेवा को पुनरारंभ किया और फिर सर्वर / क्लाइंट को पुनरारंभ किया, लेकिन समस्याओं का समाधान नहीं किया गया है।