Hi, I just did a cvs update on my copy of the openssh stuff here to be sure that this bug is still existing. If I connect to a host running 2.3.0p1 and use protocol version 2 ssh fails. Here's the excerpt from the debug log. I would appreciate if someone could fix this, so that I can use protocol version 2 again: |debug1: GOT SSH2_MSG_NEWKEYS. |debug1: send SSH2_MSG_NEWKEYS. |debug1: done: send SSH2_MSG_NEWKEYS. |debug1: done: KEX2. |debug1: send SSH2_MSG_SERVICE_REQUEST | 06 c5 df df cf 9b fd 08 db 73 e8 7b 54 b3 aa d9 |debug1: compress outgoing: raw data 58, compressed 61, factor 1.05 |debug1: compress incoming: raw data 0, compressed 0, factor 0.00 |Disconnecting: Bad packet length 113631199. |debug1: Calling cleanup 0x80608ec(0x0) Thanks, Christian -- Love is the process of my leading you gently back to yourself. -- Saint Exupery -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 241 bytes Desc: not available Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20010315/f16dd73a/attachment.bin
On 01-03-15 Christian Kurz wrote:> |debug1: GOT SSH2_MSG_NEWKEYS. > |debug1: send SSH2_MSG_NEWKEYS. > |debug1: done: send SSH2_MSG_NEWKEYS. > |debug1: done: KEX2. > |debug1: send SSH2_MSG_SERVICE_REQUEST > | 06 c5 df df cf 9b fd 08 db 73 e8 7b 54 b3 aa d9 > |debug1: compress outgoing: raw data 58, compressed 61, factor 1.05 > |debug1: compress incoming: raw data 0, compressed 0, factor 0.00 > |Disconnecting: Bad packet length 113631199. > |debug1: Calling cleanup 0x80608ec(0x0)Even after the update today, I can still reproduce this error. Somehow it seems to be special to the host that I connect to. Has anyone of you a suggestion where I should look for to trace the bug and get the connection working? Christian -- Love is the process of my leading you gently back to yourself. -- Saint Exupery -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 241 bytes Desc: not available Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20010317/b49bf48f/attachment.bin
please show a full debug output, as well as all involved operating system and host architectures. On Sat, Mar 17, 2001 at 05:19:19PM +0100, Christian Kurz wrote:> On 01-03-15 Christian Kurz wrote: > > |debug1: GOT SSH2_MSG_NEWKEYS. > > |debug1: send SSH2_MSG_NEWKEYS. > > |debug1: done: send SSH2_MSG_NEWKEYS. > > |debug1: done: KEX2. > > |debug1: send SSH2_MSG_SERVICE_REQUEST > > | 06 c5 df df cf 9b fd 08 db 73 e8 7b 54 b3 aa d9 > > |debug1: compress outgoing: raw data 58, compressed 61, factor 1.05 > > |debug1: compress incoming: raw data 0, compressed 0, factor 0.00 > > |Disconnecting: Bad packet length 113631199. > > |debug1: Calling cleanup 0x80608ec(0x0) > > Even after the update today, I can still reproduce this error. Somehow > it seems to be special to the host that I connect to. Has anyone of you > a suggestion where I should look for to trace the bug and get the > connection working? > > Christian > -- > Love is the process of my leading you gently back to yourself. > -- Saint Exupery
On 01-03-18 Damien Miller wrote:> On Sat, 17 Mar 2001, Christian Kurz wrote:> > [Resend since the first one had a wrong from-header.]> > On 01-03-17 Markus Friedl wrote: > > > please show a full debug output, as well as all involved > > > operating system and host architectures.> > My system: Linux i386 (Debian unstable) Kernel 2.4.2-ac17 > > ssh from cvs, updated today > > Host to connect to: Linux sparc64 (Debian stable) Kernel 2.4.2 SMP > > SSH Version OpenSSH_2.3.0p1, protocol versions > > 1.5/2.0.> 2.3.0p1 has an endian problem when using rijndael/aes. Either upgrade > the sparc end or set Ciphers manually.Thanks for the help. I temporarly set the Ciphers now manually and connecting works again, but the longtime solution will be to upgrade the ssh on sparc. Christian -- Love is the process of my leading you gently back to yourself. -- Saint Exupery -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 241 bytes Desc: not available Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20010318/2091ae12/attachment.bin