Can SSH dal mio computer Mac: ssh_exchange_identification

1

Cerco di ssh al mio raspberry pi locale e ottengo:

eran-mac:~ eran$ ssh 192.168.178.24
ssh_exchange_identification: Connection closed by remote host
eran-mac:~ eran$ 

Ho provato con -v e poi:

eran-mac:~ eran$ ssh -v 192.168.178.24
OpenSSH_5.9p1, OpenSSL 0.9.8x 10 May 2012
debug1: Reading configuration data /Users/eran/.ssh/config
debug1: /Users/eran/.ssh/config line 1: Applying options for *
debug1: Reading configuration data /etc/ssh_config
debug1: /etc/ssh_config line 20: Applying options for *
debug1: /etc/ssh_config line 53: Applying options for *
debug1: Connecting to 192.168.178.24 [192.168.178.24] port 22.
debug1: Connection established.
debug1: identity file /Users/eran/.ssh/id_rsa type -1
debug1: identity file /Users/eran/.ssh/id_rsa-cert type -1
debug1: identity file /Users/eran/.ssh/id_dsa type -1
debug1: identity file /Users/eran/.ssh/id_dsa-cert type -1
ssh_exchange_identification: Connection closed by remote host
eran-mac:~ eran$ 
    
posta e-r-a-n 30.06.2013 - 15:55
fonte

1 risposta

1

La maggior parte delle volte si tratta di un problema lato server, quindi controlla il tuo Raspberry Pi.

La maggior parte delle distribuzioni GNU / Linux hanno /var/log/secure , puoi trovare più dati sul perché la connessione è chiusa.

Controlla anche /etc/hosts.deny e /etc/hosts.allow se stanno forse bloccando l'accesso. La correzione rapida può eseguire questo comando nella shell:

echo 'SSHD: ALL' >> /etc/hosts.allow

Alcune soluzioni aggiuntive che puoi controllare possono essere trovate qui link

    
risposta data 30.06.2013 - 16:11
fonte

Leggi altre domande sui tag