Página 1 de 1

ssh client ver. > 4.7 don't want connect to brazilfw

MensagemEnviado: Seg Mai 14, 2012 7:01 pm
por etelts
Hi to all !!

I have a strange problem: I have a new ubuntu 12,04 installation with openssh client version 5.0 and I cannot connect my brazilfw router.

From the same pc but with putty (linux version) there are no problem, with another pc with a openssh client 4.7 version there are no problem, but with the new version 5.0 and 6.0 (compiled from source) I get this error (on the client):

Código: Selecionar todos
debug1: Connecting to 10.0.0.1 [10.0.0.1] port 22.
debug1: Connection established.
debug1: identity file /home/utonto/.ssh/id_rsa type -1
debug1: identity file /home/utonto/.ssh/id_rsa-cert type -1
debug1: identity file /home/utonto/.ssh/id_dsa type -1
debug1: identity file /home/utonto/.ssh/id_dsa-cert type -1
debug1: identity file /home/utonto/.ssh/id_ecdsa type -1
debug1: identity file /home/utonto/.ssh/id_ecdsa-cert type -1
debug1: Remote protocol version 2.0, remote software version dropbear_0.45
debug1: no match: dropbear_0.45
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.0
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
Connection closed by 10.0.0.1


Have you any idea about ?

Thank in advance,

Emilio

Re: ssh client ver. > 4.7 don't want connect to brazilfw

MensagemEnviado: Seg Mai 14, 2012 7:14 pm
por etelts
UPDATE
==========

Mybe the problem is not related to ssh version but to ssl.

With another ubuntu pc with ssh 5.3 and ssl 0.9.8 all working fine !!!

With my pc with ubuntu 12.04 the ssl version is 1.0.1.

Very very strange !!!

Ideas?

Emilio

Re: ssh client ver. > 4.7 don't want connect to brazilfw

MensagemEnviado: Seg Mai 14, 2012 7:23 pm
por Asimov
Hi, in Arch linux:
Código: Selecionar todos
[daniel@lab]$ ssh -v
OpenSSH_5.9p1, OpenSSL 1.0.0g 18 Jan 2012


All is working fine, may be a compilation problem?

Re: ssh client ver. > 4.7 don't want connect to brazilfw

MensagemEnviado: Ter Mai 15, 2012 4:27 am
por etelts
Hi,

no, I don't think that the problem is the compilator ... maybe ssl ...

Today I will try to recompiling with another version of ssl ...

Emilio