mirror of
https://github.com/jtesta/ssh-audit.git
synced 2024-12-22 17:15:09 +01:00
Created Dropbear 2022.83 (markdown)
parent
488a4c7bee
commit
940b6cb265
11
Dropbear-2022.83.md
Normal file
11
Dropbear-2022.83.md
Normal file
@ -0,0 +1,11 @@
|
||||
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:
|
||||
|
||||
#define DROPBEAR_RSA_SHA1 0
|
||||
#define DROPBEAR_DH_GROUP14_SHA1 0
|
||||
#define DROPBEAR_SHA1_HMAC 0
|
||||
```
|
||||
|
||||
Reference: https://github.com/mkj/dropbear/issues/138
|
Loading…
Reference in New Issue
Block a user