EDIT: tudo funciona de novo agora, eu não mudei nada e não sei por quê. Talvez apenas um erro no servidor.
Eu tenho um problema com meu login SSH em um servidor no trabalho. Eu sempre recebo a seguinte mensagem de erro:
ssh_exchange_identification: read: Connection reset by peer
Tudo funcionou antes de eu fazer o seguinte devido a ser estúpido: eu criei outro par de chaves SSH para usar o git / GitHub, como segue:
ssh-keygen -t rsa -C [email protected]
Generating public/private rsa key pair.
Enter file in which to save the key (/home/XXX/.ssh/id_rsa): /home/XXX/.ssh/id_rsaGIT
Agora, os arquivos a seguir existem em /.ssh:
id_rsa id_rsaGIT id_rsaGIT.pub id_rsa.pub known_hosts known_hosts.old
E ao tentar entrar no servidor via ssh myname @ server -vv, recebo
OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to server [XX.XX.XX.XX] port 22.
debug1: Connection established.
debug1: identity file /home/XXX/.ssh/id_rsa type 1
debug1: identity file /home/XXX/.ssh/id_rsa-cert type -1
debug1: identity file /home/XXX/.ssh/id_dsa type -1
debug1: identity file /home/XXX/.ssh/id_dsa-cert type -1
debug1: identity file /home/XXX/.ssh/id_ecdsa type -1
debug1: identity file /home/XXX/.ssh/id_ecdsa-cert type -1
debug1: identity file /home/XXX/.ssh/id_ed25519 type -1
debug1: identity file /home/XXX/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2
ssh_exchange_identification: read: Connection reset by peer
O que aconteceu e como posso corrigi-lo?
Por favor, responda detalhadamente, não tenho experiência com SSH.
Obrigado antecipadamente!