* ssh on ppc 405gp?
@ 2003-05-19 19:01 Dave Strout
2003-05-19 19:10 ` Mark Hatle
2003-05-19 19:17 ` Chris Zimman
0 siblings, 2 replies; 7+ messages in thread
From: Dave Strout @ 2003-05-19 19:01 UTC (permalink / raw)
To: linuxppc-embedded
Has anybody succeeded in getting ssh to work on a 405GP machine? I've
checked the archives, and seen a couple of reports of problems, but no
solutions.
I get the following error when trying to connect between a ppc machine
and an intel machine in either direction:
Received disconnect from 192.168.1.2: 2: Corrupted MAC on input.
If I ssh from the ppc to the ppc via 'localhost', it works. That makes
me think that it's something to do with either byte ordering of
structure alignment, but I don't have any thoughts beyond that... Any
suggestions on how to tackle this are welcome.
thanks,
dave.
--
Dave Strout
dstrout@linuxfoundary.com 301/869-0818(h) 240/731-2727(c)
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: ssh on ppc 405gp?
2003-05-19 19:01 ssh on ppc 405gp? Dave Strout
@ 2003-05-19 19:10 ` Mark Hatle
2003-05-19 19:17 ` Chris Zimman
1 sibling, 0 replies; 7+ messages in thread
From: Mark Hatle @ 2003-05-19 19:10 UTC (permalink / raw)
To: Dave Strout; +Cc: linuxppc-embedded
Yes we ship ssh on all of our targets. And it works correctly. I have not seen
that message before, so I don't have any suggestions for you.. Sorry.
--Mark
Dave Strout wrote:
> Has anybody succeeded in getting ssh to work on a 405GP machine? I've
> checked the archives, and seen a couple of reports of problems, but no
> solutions.
>
> I get the following error when trying to connect between a ppc machine
> and an intel machine in either direction:
>
> Received disconnect from 192.168.1.2: 2: Corrupted MAC on input.
>
> If I ssh from the ppc to the ppc via 'localhost', it works. That makes
> me think that it's something to do with either byte ordering of
> structure alignment, but I don't have any thoughts beyond that... Any
> suggestions on how to tackle this are welcome.
>
> thanks,
> dave.
>
> --
> Dave Strout
>
> dstrout@linuxfoundary.com 301/869-0818(h) 240/731-2727(c)
>
>
>
>
>
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: ssh on ppc 405gp?
2003-05-19 19:01 ssh on ppc 405gp? Dave Strout
2003-05-19 19:10 ` Mark Hatle
@ 2003-05-19 19:17 ` Chris Zimman
1 sibling, 0 replies; 7+ messages in thread
From: Chris Zimman @ 2003-05-19 19:17 UTC (permalink / raw)
To: Dave Strout; +Cc: linuxppc-embedded
On Mon, May 19, 2003 at 03:01:00PM -0400, Dave Strout wrote:
>
> Has anybody succeeded in getting ssh to work on a 405GP machine? I've
> checked the archives, and seen a couple of reports of problems, but no
> solutions.
>
> I get the following error when trying to connect between a ppc machine
> and an intel machine in either direction:
>
> Received disconnect from 192.168.1.2: 2: Corrupted MAC on input.
>
> If I ssh from the ppc to the ppc via 'localhost', it works. That makes
> me think that it's something to do with either byte ordering of
> structure alignment, but I don't have any thoughts beyond that... Any
> suggestions on how to tackle this are welcome.
>
> thanks,
> dave.
Dave,
Not sure what's going on in your case, but I've had it working fine for
the longest time.
What versions of distribution, kernel, ssh, etc. are you running?
--Chris
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: ssh on ppc 405gp?
@ 2003-05-20 12:26 Jeff David
2003-05-20 12:44 ` Dave Strout
0 siblings, 1 reply; 7+ messages in thread
From: Jeff David @ 2003-05-20 12:26 UTC (permalink / raw)
To: Chris Zimman, Dave Strout; +Cc: linuxppc-embedded
I have seen this problem before. It was happening a few months ago, and
hasn't happened since!
We use ssh to get to our ppc405h. The temporary workaround for this
problem was to use a different mac protocol. I believe the default is
2, so we tried 1, and it worked! Here's the command:
ssh -1 192.168.25.35
Hope this works for you.
Jeff
> -----Original Message-----
> From: Chris Zimman [mailto:chris@cryptoapps.com]
> Sent: Monday, May 19, 2003 3:18 PM
> To: Dave Strout
> Cc: linuxppc-embedded@lists.linuxppc.org
> Subject: Re: ssh on ppc 405gp?
>
>
>
> On Mon, May 19, 2003 at 03:01:00PM -0400, Dave Strout wrote:
> >
> > Has anybody succeeded in getting ssh to work on a 405GP
> machine? I've
> > checked the archives, and seen a couple of reports of
> problems, but no
> > solutions.
> >
> > I get the following error when trying to connect between a
> ppc machine
> > and an intel machine in either direction:
> >
> > Received disconnect from 192.168.1.2: 2: Corrupted MAC on input.
> >
> > If I ssh from the ppc to the ppc via 'localhost', it works. That
> > makes me think that it's something to do with either byte
> ordering of
> > structure alignment, but I don't have any thoughts beyond
> that... Any
> > suggestions on how to tackle this are welcome.
> >
> > thanks,
> > dave.
>
> Dave,
>
> Not sure what's going on in your case, but I've had it
> working fine for the longest time.
>
> What versions of distribution, kernel, ssh, etc. are you running?
>
> --Chris
>
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: ssh on ppc 405gp?
2003-05-20 12:26 Jeff David
@ 2003-05-20 12:44 ` Dave Strout
2003-05-20 13:23 ` Wolfgang Denk
0 siblings, 1 reply; 7+ messages in thread
From: Dave Strout @ 2003-05-20 12:44 UTC (permalink / raw)
To: linuxppc-embedded
Jeff,
Thanks for the lead. I've actually tried that, and I get:
Disconnecting: Corrupted check bytes on input.
I'll keep playing with it. If anybody has a generated Makefile for
openssl / openssh on the 405, I'd love to see it & see what the
differences are. I'm thinking it's most likely in my config, given that
there exists at least one working example...
thanks,
dave.
On Tue, 2003-05-20 at 08:26, Jeff David wrote:
>
> I have seen this problem before. It was happening a few months ago, and
> hasn't happened since!
>
> We use ssh to get to our ppc405h. The temporary workaround for this
> problem was to use a different mac protocol. I believe the default is
> 2, so we tried 1, and it worked! Here's the command:
>
> ssh -1 192.168.25.35
>
> Hope this works for you.
>
> Jeff
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: ssh on ppc 405gp?
2003-05-20 12:44 ` Dave Strout
@ 2003-05-20 13:23 ` Wolfgang Denk
2003-05-20 13:34 ` Dave Strout
0 siblings, 1 reply; 7+ messages in thread
From: Wolfgang Denk @ 2003-05-20 13:23 UTC (permalink / raw)
To: Dave Strout; +Cc: linuxppc-embedded
In message <1053434650.21004.7.camel@dstrout.nsw.enterasys.com> you wrote:
>
> Thanks for the lead. I've actually tried that, and I get:
> Disconnecting: Corrupted check bytes on input.
Are you absolutely sure that your network interface (and the rest of
the system, like RAM) is working correctly? This looks somewhat like
data corruption...
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de
Einstein argued that there must be simplified explanations of nature,
because God is not capricious or arbitrary. No such faith comforts
the software engineer. - Fred Brooks, Jr.
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: ssh on ppc 405gp?
2003-05-20 13:23 ` Wolfgang Denk
@ 2003-05-20 13:34 ` Dave Strout
0 siblings, 0 replies; 7+ messages in thread
From: Dave Strout @ 2003-05-20 13:34 UTC (permalink / raw)
To: Wolfgang Denk; +Cc: linuxppc-embedded
Well, I can run tcpdump on either interface with no issues, so I'm
pretty sure everything is running OK. In fact, I can tcpdump on the ppc
box for port 22 while I try it, and all the tcp checksums are OK, so I
don't think it's at the hardware / driver layer.
I'll go through and add some debugging code to see where / what is wrong
with the packets.
thanks,
dave.
On Tue, 2003-05-20 at 09:23, Wolfgang Denk wrote:
> In message <1053434650.21004.7.camel@dstrout.nsw.enterasys.com> you wrote:
> >
> > Thanks for the lead. I've actually tried that, and I get:
> > Disconnecting: Corrupted check bytes on input.
>
> Are you absolutely sure that your network interface (and the rest of
> the system, like RAM) is working correctly? This looks somewhat like
> data corruption...
>
> Best regards,
>
> Wolfgang Denk
>
--
Dave Strout
dstrout@linuxfoundary.com 301/869-0818(h) 240/731-2727(c)
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2003-05-20 13:34 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-19 19:01 ssh on ppc 405gp? Dave Strout
2003-05-19 19:10 ` Mark Hatle
2003-05-19 19:17 ` Chris Zimman
-- strict thread matches above, loose matches on Subject: below --
2003-05-20 12:26 Jeff David
2003-05-20 12:44 ` Dave Strout
2003-05-20 13:23 ` Wolfgang Denk
2003-05-20 13:34 ` Dave Strout
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).