Ubuntu 16.04.2 - Conexão redefinida pelo peer quando ssh logo após a reinicialização

1

Eu consegui ssh para um servidor Ubuntu 16.04.2 antes de reiniciar. Então, após a reinicialização, tentei ssh, mas falhei com a mensagem ssh_exchange_identification: read: Connection reset by peer .

A parte estranha é que, depois de esperar por 10 minutos, eu posso fazer o ssh para o servidor. Existe um bloqueio de tempo? Se sim, como redefinir isso?

Abaixo estão minhas configurações no servidor:

  • sshd: ALL em /etc/hosts.allow
  • vazio em /etc/hosts.deny
  • o firewall está inativo ufw status Status: inactive
  • ssh para o servidor como root usando a chave pública
  • ativou o seguinte em /etc/ssh/sshd_config

    PermitRootLogin without-password

    PubkeyAuthentication yes

    StrictModes no

    PasswordAuthentication yes

  • No /root/.ssh/config eu tenho o seguinte:

    Host *

    StrictHostKeyChecking no

  • a chave do pub do cliente está no servidor /root/.ssh/authorized_keys

Um log de detalhes está aqui: ssh -vvv [email protected] OpenSSH_7.2p2 Ubuntu-4ubuntu2.1, OpenSSL 1.0.2g 1 Mar 2016 debug1: Reading configuration data /root/.ssh/config debug1: /root/.ssh/config line 6: Applying options for * debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 19: Applying options for * debug2: resolving "192.168.0.100" port 22 debug2: ssh_connect_direct: needpriv 0 debug1: Connecting to 192.168.0.100 [192.168.0.100] port 22. debug1: Connection established. debug1: permanently_set_uid: 0/0 debug1: identity file /root/.ssh/id_rsa type 1 debug1: key_load_public: No such file or directory debug1: identity file /root/.ssh/id_rsa-cert type -1 debug1: key_load_public: No such file or directory debug1: identity file /root/.ssh/id_dsa type -1 debug1: key_load_public: No such file or directory debug1: identity file /root/.ssh/id_dsa-cert type -1 debug1: key_load_public: No such file or directory debug1: identity file /root/.ssh/id_ecdsa type -1 debug1: key_load_public: No such file or directory debug1: identity file /root/.ssh/id_ecdsa-cert type -1 debug1: key_load_public: No such file or directory debug1: identity file /root/.ssh/id_ed25519 type -1 debug1: key_load_public: No such file or directory debug1: identity file /root/.ssh/id_ed25519-cert type -1 debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.1 ssh_exchange_identification: read: Connection reset by peer

Obrigado!

    
por Antelope 28.11.2017 / 23:28

0 respostas