En la universidad normalmente SSH en el servidor de ciencias de la computación. Sin embargo hoy en día sigo recibiendo el siguiente error: ssh_exchange_identification: Connection closed by remote host
. SSHing con -v
flags me da lo siguiente.
OpenSSH_5.9p1, OpenSSL 0.9.8r 8 Feb 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 ... [...] port 22.
debug1: Connection established.
debug3: Incorrect RSA1 identifier
debug3: Could not load "~/.ssh/id_rsa" as a RSA1 public key
debug1: identity file ~/.ssh/id_rsa type 1
debug1: identity file ~/.ssh/id_rsa-cert type -1
debug1: identity file ~/.ssh/id_dsa type -1
debug1: identity file ~/.ssh/id_dsa-cert type -1
ssh_exchange_identification: Connection closed by remote host
He intentado editar los archivos de hosts, pero eso no ayudará. ¿Alguna sugerencia?