[DragonFlyBSD - Bug #2661] PUTTy error when trying to ssh in to a i386 box
bugtracker-admin at leaf.dragonflybsd.org
bugtracker-admin at leaf.dragonflybsd.org
Wed Apr 9 02:24:46 PDT 2014
Issue #2661 has been updated by ftigeot.
This change in secure/usr.sbin/sshd/Makefile seems to be the culprit:
-LDADD+= -lopie
-DPADD+= ${LIBOPIE}
+LDADD+= -lopie -lmd
+DPADD+= ${LIBOPIE} ${LIBMD}
Now, libopie depends on libmd. Could you try switching the order of libopie and libmd and see if it fixes this issue ?
----------------------------------------
Bug #2661: PUTTy error when trying to ssh in to a i386 box
http://bugs.dragonflybsd.org/issues/2661#change-11914
* Author: tuxillo
* Status: New
* Priority: Normal
* Assignee:
* Category: Userland
* Target version: 3.8.0
----------------------------------------
Hi,
When trying to ssh in to a i386 using PUTTy on Windows I get:
"Incorrect MAC received on packet"
The culprit seems to be library ordering introduced in 35617968ec499b8b149c69bdcacfb952b81264bc although I don't know exactly what might be the cause.
Cheers,
Antonio Huete
--
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account
More information about the Bugs
mailing list