Searched hist:b758ca40 (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/meta-phosphor/recipes-core/dropbear/ |
H A D | dropbear_%.bbappend | b758ca40 Mon Jan 22 15:30:51 CST 2024 Adriana Kobylak <anoo@us.ibm.com> dropbear: Copy localoptions.h to build directory
Per the dropbear documentation, the localoptions.h file needs to be copied to its build directory to take effect.
This file can later be renamed to src/distrooptions.h once the following dropbear change is merged: https://github.com/mkj/dropbear/pull/274
Tested:
Before change: $ ssh -vv p10bmc ... debug2: MACs ctos: hmac-sha1,hmac-sha2-256 debug2: MACs stoc: hmac-sha1,hmac-sha2-256
After change: $ ssh -vv p10bmc ... debug2: MACs ctos: hmac-sha1,hmac-sha2-256,hmac-sha2-512 debug2: MACs stoc: hmac-sha1,hmac-sha2-256,hmac-sha2-512
Change-Id: I1a4b108d1a87831f4623c7e3e1e2beb0b8655441 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
|