No puedo SSH de mi computadora mac: ssh_exchange_identification

1

Intento ssh a mi pi local de frambuesa y obtengo:

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

Lo intenté con -v y luego:

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$ 
    
pregunta e-r-a-n 30.06.2013 - 15:55

1 respuesta

1

La mayoría de las veces es un problema del lado del servidor, así que revisa tu Raspberry Pi.

La mayoría de las distribuciones de GNU / Linux tienen /var/log/secure , puede encontrar más información sobre por qué la conexión está cerrada.

Verifique también /etc/hosts.deny y /etc/hosts.allow si están bloqueando el acceso. La solución rápida puede ejecutar este comando en shell:

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

Algunas soluciones adicionales que puede consultar se pueden encontrar aquí enlace

    
respondido por el b4d 30.06.2013 - 16:11

Lea otras preguntas en las etiquetas