From 9def69625c4e85635ddd15c15a2e5b21d5ae21ee Mon Sep 17 00:00:00 2001 From: Mathieu Simon Date: Wed, 7 Jun 2023 08:45:09 +0200 Subject: [PATCH] Syntax highlighting --- Dropbear-2022.83.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dropbear-2022.83.md b/Dropbear-2022.83.md index b1925de..e6580ba 100644 --- a/Dropbear-2022.83.md +++ b/Dropbear-2022.83.md @@ -1,8 +1,9 @@ As per the (unconfirmed) report in https://github.com/jtesta/ssh-audit/issues/159, the following steps may be used to harden Dropbear: -``` -The current release of dropbear can be hardened by building it adding the following three lines to localoptions.h: +The current release of dropbear can be hardened by building it adding the following three lines to ```localoptions.h```: + +```C #define DROPBEAR_RSA_SHA1 0 #define DROPBEAR_DH_GROUP14_SHA1 0 #define DROPBEAR_SHA1_HMAC 0