Tôi có thể kết nối từ mọi máy tính khác trên mạng LAN, cũng như bên ngoài. Nó kết nối tốt với các máy khác chạy SSHD. Khi thử ssh với độ dài, tôi nhận được thông báo sau:
$ 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
Bất cứ ý tưởng những gì tôi có thể đã gây rối? Tôi không nhớ việc thay đổi các tệp cấu hình SSH, chỉ thêm một số người dùng vào các nhóm để thử nghiệm các quyền. Ngay cả khi tôi cố gắng không chỉ định tài khoản (như trên), nó vẫn bị treo ở "Chuỗi phiên bản cục bộ SSH-2.0-OpenSSH_6.2" trong một phút trước khi đưa ra lỗi cuối cùng. Tôi đang chạy Ubuntu Server 12.04 x86, với giá trị của nó.
tcpdump -i eth0 -n host 192.168.1.9 and tcp port 22
. Bạn cũng có thể thử ssh-agent vàssh-add /home/Steven/.ssh/id_dsa
/dev/null
là tập tin nhận dạng?