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

More secure random entropy pool #33

Closed
branneman opened this issue Mar 25, 2019 · 5 comments
Closed

More secure random entropy pool #33

branneman opened this issue Mar 25, 2019 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@branneman
Copy link

Thanks for this How-To guide, I'm happy this project exists!

A lot of linux servers are headless (no keyboard/mouse/monitor), and therefore have less sources for good entropy as there is no human interaction beyond ssh. There have been cases of headless servers generating predictable ssh keys after boot. [1]

Thus it can be reasoned that security can be increased by setting up additional sources for entropy. A simple sudo apt-get install rng-tools on debian-based distro's already adds value, but there might be more tools available.

I suggest adding this as a section to the guide.

Sources:

@ThatLurker
Copy link

A section for hardware based entropy tools could be nice too for example https://www.crowdsupply.com/13-37/infinite-noise-trng

@imthenachoman
Copy link
Owner

@branneman Wow. That is great. I had never even considered that. Will work on adding it. Thanks!

@imthenachoman
Copy link
Owner

@pahakalle Now that is interesting. I'd be worried about trusting the hardware tech. I'll do some research. Thanks!

@imthenachoman imthenachoman self-assigned this Mar 25, 2019
@imthenachoman imthenachoman added the enhancement New feature or request label Mar 25, 2019
@imthenachoman
Copy link
Owner

Added something basic for now. I'll add more detail when I have time.

@imthenachoman
Copy link
Owner

Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants