View previous topic :: View next topic |
Author |
Message |
jschweg Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 21 Feb 2004 Posts: 85
|
Posted: Thu Mar 04, 2004 3:44 am Post subject: sshd woes |
|
|
I seem to be having some issues with sshd, and wanted some opinions as to what the problem could be. (Using the most current version of Open SSH from portage)
When connected to my gentoo box via ssh through putty for windows I am getting the following error messages:
"Incomming packet was garbled on decryption"
or
"Invalid MAC received"
After I get these messages the connection terminates. I haven't done any testing other than putty, but it does seem to happen on any windows machine running it. (This is also the most current version of putty)
It also only happens when there is a lot of activity, as when I'm emerging something and there is lots of stuff scrolling across the screen.
Any ideas? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
bombcar Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Monkey Island/Monkey_Island_-_Herman_Toothrot.gif)
Joined: 08 Apr 2003 Posts: 453 Location: Wisconsin
|
Posted: Thu Mar 04, 2004 4:16 am Post subject: |
|
|
Could it be that your ethernet hardware is failing?
What happens if you ssh from the Gentoo box to itself? This would use the loopback adapter instead of the ethernet card.
You could also test by copying files, etc. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
r00t440 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 14 Sep 2005 Posts: 93
|
Posted: Mon Mar 05, 2007 1:58 am Post subject: |
|
|
I guess this has something to do with the latest OpenSSL, try downgrading. I haven't tried it though. You may also connect by using Blowfish as your Enc Algo, in your putty. AES won't work. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
elgato319 Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 15 Sep 2005 Posts: 546
|
Posted: Mon Mar 05, 2007 8:55 am Post subject: |
|
|
Had the same problems... downgraded openssl and everything worked fine again.
Code: | emerge -v =openssl-0.9.8d |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|