Tengo un servidor SSH ejecutándose en casa y estoy intentando conectarme a él desde la escuela. Pero cuando intento conectarme me sale:
ssh_exchange_identification: read: Connection reset by peer
Sin embargo, cuando hago ssh desde un cliente diferente, funciona bien. Misma versión SSH, mismo sistema operativo. Cuando lo hago:
$ssh [email protected] -vv
Yo obtengo:
OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011
debug1: Reading configuration data /etc/ssh_config
debug1: /etc/ssh_config line 20: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to 72.135.103.38 [72.135.103.38] port 22.
debug1: Connection established.
debug1: identity file /Users/mdow7299/.ssh/id_rsa type 1
debug1: identity file /Users/mdow7299/.ssh/id_rsa-cert type -1
debug1: identity file /Users/mdow7299/.ssh/id_dsa type -1
debug1: identity file /Users/mdow7299/.ssh/id_dsa-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
Entonces, otros clientes pueden ingresar mediante SSH al servidor, pero yo no. Definitivamente es un problema del lado del cliente. Cualquier ayuda sería apreciada.