[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: sshd problem




On 17.07.2002 17:37 nate wrote:
<quote who="Marcelo Chiapparini">
> Hello,
>
> dft:~> ssh 152.92.133.47
> Disconnecting: Bad packet length 1349676916.
>
> what did I wrong?

i haven't had this error for a couple years but when
i did, it indicated an incompadiblity with the version
of SSH(or the protocol) between the client and server.

In fact, this is the case. In the host machine I've intalled the latest version of Openssh, the one present in woody. In the host machine:

$ ssh -V
OpenSSH_3.4p1 Debian 1:3.4p1-1, SSH protocols 1.5/2.0, OpenSSL 0x0090603f

The client machines runs potato, so it uses an earlier version of openssh, or woody with a previous version of openssh. In the client machine:

$ ssh -V
SSH Version OpenSSH-1.2.3, protocol version 1.5.
Compiled with SSL.

try forcing protocol 1 and then try forcing protocol 2
if that doesn't work, also turn on verbose via -v option.
you may need another ssh package on the client to connect.
this problem is quite rare in my experience ..it would
help to know the version of SSH on both systems, run
ssh -V it can usually tell you what version.

Thanks! I will try and let you know

Regards,

Marcelo

--
Marcelo Chiapparini
DFT-IF/UERJ
chiappa@uerj.br


--
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: