Posso collegarmi da qualsiasi altro computer sulla LAN, oltre che esternamente. Si collega bene ad altre macchine che eseguono SSHD. Quando provo ssh con verbosità, ottengo la seguente lettura:
$ 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
Hai idea di cosa avrei potuto incasinare? Non ricordo di aver cambiato i file di configurazione di SSH, solo di aver aggiunto alcuni utenti ai gruppi per sperimentare le autorizzazioni. Anche quando provo a non specificare un account (come sopra) si blocca ancora su "Stringa di versione locale SSH-2.0-OpenSSH_6.2" per un minuto prima di dare l'errore finale. Sto eseguendo Ubuntu Server 12.04 x86, per quello che vale.
tcpdump -i eth0 -n host 192.168.1.9 and tcp port 22
. Puoi anche provare ssh-agent essh-add /home/Steven/.ssh/id_dsa
/dev/null
come file di identità?