मैं अपने मैक के माध्यम से दूरस्थ सर्वर से लगभग एक महीने से जुड़ रहा हूं। हालांकि हाल ही में, मैंने ssh dylan @ MY_IP का उपयोग करके कनेक्ट करने का प्रयास किया और मुझे यह संदेश मिला।
ssh_exchange_identification: read: Connection reset by peer
मुझे कुछ नैदानिक जानकारी भी मिली ...
debug1: Reading configuration data /etc/ssh_config
debug1: /etc/ssh_config line 20: Applying options for *
debug1: /etc/ssh_config line 53: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to {MY IP{ [MY IP] port 22.
debug1: Connection established.
debug1: identity file /Users/watson/.ssh/id_rsa type -1
debug1: identity file /Users/watson/.ssh/id_rsa-cert type -1
debug3: Incorrect RSA1 identifier
debug3: Could not load "/Users/watson/.ssh/id_dsa" as a RSA1 public key
debug1: identity file /Users/watson/.ssh/id_dsa type 2
debug1: identity file /Users/watson/.ssh/id_dsa-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.2
कुछ शोध करने के बाद, मैंने निम्नलिखित कोशिश की ...
- मेरे राउटर को फिर से शुरू किया
- मेरी "ज्ञात_होस्ट" फ़ाइल साफ़ की
- मेरी "ज्ञात_होस्ट" फ़ाइल हटा दी गई
- मेरे डीएचसीपी का विमोचन और नवीनीकरण किया
- मैंने एक अन्य डिवाइस (विंडोज) से पुट्टी का उपयोग करके एक त्रुटि के साथ भी प्रयास किया है
ध्यान दें कि मैंने इस संचार को बाधित करने के लिए सर्वर में कोई बदलाव नहीं किया है।
इसके अलावा, मुझे यकीन नहीं है कि यह समस्या पैदा करेगा, लेकिन मैंने इसे डोमेन नाम के साथ-साथ आईपी से जोड़ा है।
इसके अलावा, मैं दूसरे आईपी पते से सफलतापूर्वक जुड़ने में सक्षम था।
मुझे पता है कि यह कई संसाधनों के साथ एक बड़ा मुद्दा है, लेकिन बहुत सारे समाधान काम नहीं किए और न ही मैंने वास्तव में किसी के लिए किसी भी प्रकार का संकल्प देखा है।
अपडेट करें
मैंने इसे प्रोटोकॉल 1 के लिए मजबूर किया। इसके बजाय "कनेक्शन रीसर्च बाय पीयर", मुझे अब "रिमोट होस्ट द्वारा कनेक्शन बंद कर दिया गया है"। डिबग जानकारी के साथ इसे चलाने से पता चला:
debug1: Reading configuration data /etc/ssh_config
debug1: /etc/ssh_config line 20: Applying options for *
debug1: /etc/ssh_config line 53: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to MY_IP [MY_IP] port 22.
debug1: Connection established.
debug1: identity file /Users/watson/.ssh/identity type -1
debug1: identity file /Users/watson/.ssh/identity-cert type -1
ssh_exchange_identification: Connection closed by remote host
ssh -1 ...
/Users/watson/.ssh/id_dsa
? फ़ाइल का बैकअप लेने और उसे निकालने का प्रयास करें।