Estoy tratando de conectarme a mi Raspberry Pi a través de ssh usando mi MacBook. El comando ssh -v pi@ipadress
da el siguiente resultado:
OpenSSH_7.9p1, LibreSSL 2.7.3
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 48: Applying options for *
debug1: Connecting to localhost port 2222.
debug1: Connection established.
debug1: identity file /Users/Nico/.ssh/id_rsa type -1
debug1: identity file /Users/Nico/.ssh/id_rsa-cert type -1
debug1: identity file /Users/Nico/.ssh/id_dsa type -1
debug1: identity file /Users/Nico/.ssh/id_dsa-cert type -1
debug1: identity file /Users/Nico/.ssh/id_ecdsa type -1
debug1: identity file /Users/Nico/.ssh/id_ecdsa-cert type -1
debug1: identity file /Users/Nico/.ssh/id_ed25519 type -1
debug1: identity file /Users/Nico/.ssh/id_ed25519-cert type -1
debug1: identity file /Users/Nico/.ssh/id_xmss type -1
debug1: identity file /Users/Nico/.ssh/id_xmss-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_7.9
ssh_exchange_identification: read: Connection reset by peer
He intentado todas las respuestas de otros subprocesos pero no pude hacerlo funcionar. Por extraño que parezca, funciona en mi iMac sin ningún problema. ¿Hay alguna manera de restablecer completamente todas las configuraciones ssh en mi MacBook? Hace poco tuve que restaurar mi MacBook desde una copia de seguridad de TimeMachine, ¿podría ser que los problemas provienen de allí?