Re: Disconnecting: Corrupted MAC on input.
From: David Ho (DavidHo_at_nanometrics.ca)
Date: 05/06/05
- Previous message: Steven W. Orr: "Re: bash_logout and sftp"
- Maybe in reply to: David Ho: "Disconnecting: Corrupted MAC on input."
- Next in thread: weiser, olaf: "Re: Disconnecting: Corrupted MAC on input."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: Darren Tucker <dtucker@zip.com.au>, "weiser, olaf" <olaf.weiser@t-systems.com> Date: Fri, 6 May 2005 11:08:11 -0400
Darren Tucker wrote:
>David Ho wrote:
>> I am compiling sshd version OpenSSH_4.0p1 natively on an embbeded ppc
for
>> secure access to the unit. I have managed to build the executables with
>> PAM support on this measly 60MHz, 128MB MPC8xx.
>
>There was a similar problem reported a while back, the problem appears
>to have been within OpenSSL, possibly caused by a compiler problem.
>Recompiling it and OpenSSH resolved the issue (compiling openssl, zlib
>and openssh without optimization is also worth trying).
>
>http://marc.theaimsgroup.com/?l=openssh-unix-dev&m=106989102822337
I read a post in the archive that has a similar problem with a ppc4xx
target. The symptoms were very similar, I was able to ssh to it's own sshd
but I cannot ssh from an x86 Linux box. It talks about recompiling openssl
as well.
So the next thing I did was an "openssl version -a", and lo and behold, an
old version of the library was there and it was compiled for linux-elf. I
trashed the old gunk in the filesystem, compiled the openssl library with
"./Configure shared linux-ppc", and everything is happy again.
Thanks for your pointer, I really appreciated it.
David
- Previous message: Steven W. Orr: "Re: bash_logout and sftp"
- Maybe in reply to: David Ho: "Disconnecting: Corrupted MAC on input."
- Next in thread: weiser, olaf: "Re: Disconnecting: Corrupted MAC on input."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|