Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Secure-Shell
[Top] [All Lists]

Re: Disconnecting: Corrupted MAC on input.

Subject: Re: Disconnecting: Corrupted MAC on input.
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

<Prev in Thread] Current Thread [Next in Thread>