मैं लैन पर हर दूसरे कंप्यूटर से कनेक्ट कर सकता हूं, साथ ही बाहरी रूप से भी। यह SSHD चलाने वाली अन्य मशीनों से ठीक जुड़ता है। जब शब्दाडंबर के साथ ssh कोशिश करते हैं, तो मुझे निम्नलिखित रीडआउट मिलता है:
$ ssh -vvv 192.168.1.9
OpenSSH_6.2p2, OpenSSL 1.0.1e 11 Feb 2013
debug2: ssh_connect: needpriv 0
debug1: Connecting to 192.168.1.9 [192.168.1.9] port 22.
debug1: Connection established.
debug1: identity file /home/Steven/.ssh/id_rsa type -1
debug1: identity file /home/Steven/.ssh/id_rsa-cert type -1
debug3: Incorrect RSA1 identifier
debug3: Could not load "/home/Steven/.ssh/id_dsa" as a RSA1 public key
debug1: identity file /home/Steven/.ssh/id_dsa type 2
debug1: identity file /home/Steven/.ssh/id_dsa-cert type -1
debug1: identity file /home/Steven/.ssh/id_ecdsa type -1
debug1: identity file /home/Steven/.ssh/id_ecdsa-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.2
ssh_exchange_identification: read: Connection reset by peer
किसी भी विचार मैं क्या गड़बड़ हो सकती है? मुझे एसएसएच कॉन्फिग फाइलों में बदलाव याद नहीं है, केवल कुछ उपयोगकर्ताओं को अनुमतियों के साथ प्रयोग करने के लिए समूहों में जोड़ना है। यहां तक कि जब मैं किसी खाते को निर्दिष्ट नहीं करने का प्रयास करता हूं (तब भी) यह अंतिम त्रुटि देने से पहले एक मिनट के लिए "स्थानीय संस्करण स्ट्रिंग SSH-2.0-OpenSSH_6.2" पर लटका रहता है। मैं Ubuntu सर्वर 12.04 x86 चला रहा हूं, जो इसके लायक है।
tcpdump -i eth0 -n host 192.168.1.9 and tcp port 22
। आप ssh- ssh-add /home/Steven/.ssh/id_dsa
/dev/null
पहचान फ़ाइल के रूप में निर्दिष्ट करने का प्रयास किया है?