Harici olarak olduğu gibi LAN üzerindeki diğer tüm bilgisayarlardan bağlanabiliyorum. SSHD çalıştıran diğer makinelere iyi bağlanır. Ssh ayrıntılarıyla çalışırken, aşağıdaki okumayı alıyorum:
$ 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
Neyi berbat edebileceğim hakkında bir fikrin var mı? SSH yapılandırma dosyalarındaki değişiklikleri hatırlamıyorum, yalnızca izinleri denemek için gruplara bazı kullanıcılar ekliyoruz. Bir hesap belirtmemeye çalışsam bile (yukarıdaki gibi) son hatayı vermeden önce bir dakika daha "Yerel sürüm dizisi SSH-2.0-OpenSSH_6.2" 'de duruyor. Değeri için Ubuntu Server 12.04 x86 kullanıyorum.
tcpdump -i eth0 -n host 192.168.1.9 and tcp port 22
. Ayrıca ssh-agent vessh-add /home/Steven/.ssh/id_dsa
/dev/null
Kimlik dosyası olarak belirtmeyi denediniz mi?