ฉันสามารถเชื่อมต่อจากคอมพิวเตอร์ทุกเครื่องบน LAN เช่นเดียวกับภายนอก มันเชื่อมต่อได้ดีกับเครื่องอื่น ๆ ที่ใช้ 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 เพียงเพิ่มผู้ใช้บางกลุ่มในการทดลองใช้สิทธิ์ แม้ว่าฉันจะไม่พยายามระบุบัญชี (ดังกล่าว) ก็ยังคงแฮงค์ที่ "สตริงรุ่นท้องถิ่น SSH-2.0-OpenSSH_6.2" เป็นเวลาหนึ่งนาทีก่อนที่จะให้ข้อผิดพลาดสุดท้าย ฉันใช้ Ubuntu Server 12.04 x86 สำหรับสิ่งที่คุ้มค่า
tcpdump -i eth0 -n host 192.168.1.9 and tcp port 22
คุณสามารถเรียกใช้ คุณอาจลองใช้ ssh-agent และssh-add /home/Steven/.ssh/id_dsa
/dev/null
เป็นไฟล์ข้อมูลประจำตัวหรือไม่