Problemas de conexão SSH

1

Estou tendo problemas com uma conexão SSH simples em casa.

Eu instalei o openSSH em um servidor Ubuntu. Eu gerava o rsa e o dsa, mas essa conexão ssh para enquanto espera um pacote MSG que eu não entendo. Eu previuos instalado no-ip e o vinculei à minha rede, mas acho que esse não é o problema.

OpenSSH_6.1p1 Debian-4, OpenSSL 1.0.1c 10 May 2012
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to blue-house.servebeer.com [87.221.76.172] port 22.
debug1: Connection established.
debug1: identity file /home/miguel/.ssh/id_rsa type -1
debug1: identity file /home/miguel/.ssh/id_rsa-cert type -1
debug1: identity file /home/miguel/.ssh/id_dsa type -1
debug1: identity file /home/miguel/.ssh/id_dsa-cert type -1
debug1: identity file /home/miguel/.ssh/id_ecdsa type -1
debug1: identity file /home/miguel/.ssh/id_ecdsa-cert type -1
debug1: Remote protocol version 2.0, remote software version dropbear_0.36
debug1: no match: dropbear_0.36
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.1p1 Debian-4
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client 3des-cbc hmac-md5 none
debug1: kex: client->server 3des-cbc hmac-md5 none
debug1: sending SSH2_MSG_KEXDH_INIT
debug1: expecting SSH2_MSG_KEXDH_REPLY
Read from socket failed: Connection reset by peer

UPDATE 1: Há algo relacionado com o dropbear_o.36 que é muito antigo no meu roteador.

Aqui um post uma imagem que mostra que não tenho problemas para me conectar diretamente com o meu IP, mas com um DNS (configurei 2, no-ip e freedns, mas obtive o mesmo resultado)

Acho que não consigo mais atualizar o firmware do meu roteador ... O que devo fazer?

    
por migueloop 06.07.2013 / 20:27

1 resposta

1

Isso resolveu meu problema semelhante:

apt-get install putty-tools
plink admin@routerip
...
Server version: SSH-2.0-dropbear_0.46
Using SSH protocol version 2
We claim version: SSH-2.0-PuTTY_Local:_Aug_11_2013_21:26:51
Using Diffie-Hellman with standard group "group1"
Doing Diffie-Hellman key exchange with hash SHA-1
Host key fingerprint is:
ssh-rsa 1040 d6:8f:96:ec:73:70:67:33:70:a7:52:a6:8a:2f:56:14
Initialised triple-DES CBC client->server encryption
Initialised HMAC-SHA1 client->server MAC algorithm
Initialised triple-DES CBC server->client encryption
Initialised HMAC-SHA1 server->client MAC algorithm
Using username "admin".
[email protected]'s password: 
    
por David 13.04.2014 / 00:27