mirror of
https://github.com/jtesta/ssh-audit.git
synced 2024-11-16 21:45:39 +01:00
Syntax highlighting
parent
408e9b9d7c
commit
9def69625c
@ -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:
|
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_RSA_SHA1 0
|
||||||
#define DROPBEAR_DH_GROUP14_SHA1 0
|
#define DROPBEAR_DH_GROUP14_SHA1 0
|
||||||
#define DROPBEAR_SHA1_HMAC 0
|
#define DROPBEAR_SHA1_HMAC 0
|
||||||
|
Loading…
Reference in New Issue
Block a user