Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dropbear ssh hardening guide addition #159

Closed
graysky2 opened this issue Nov 9, 2022 · 1 comment
Closed

Dropbear ssh hardening guide addition #159

graysky2 opened this issue Nov 9, 2022 · 1 comment

Comments

@graysky2
Copy link

graysky2 commented Nov 9, 2022

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

Wondering if you would like to add this to your hardening guide.

Reference: mkj/dropbear#138

@jtesta
Copy link
Owner

jtesta commented Mar 21, 2023

I've updated the website (https://www.ssh-audit.com/hardening_guides.html) and the wiki (https://github.com/jtesta/ssh-audit/wiki/Dropbear-2022.83) with this. Thanks for contributing!

@jtesta jtesta closed this as completed Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants