Re: bad packet length

From: Richard E. Silverman (slade@shore.net)
Date: 02/21/02


From: slade@shore.net (Richard E. Silverman)
Date: 21 Feb 2002 09:41:46 -0500


Your problem is due to a long-since-fixed bug in the 3DES code, which
shows up here because your Intel client and SPARC server have opposite
endian-ness. A quick workaround is simply to select a different cipher,
e.g. "ssh -c blowfish ...". You can also fix it by upgrading your client
to a recent OpenSSH release; 2.5.2 is old.

-- 
  Richard Silverman
  slade@shore.net


Loading