Created
August 13, 2017 08:55
-
-
Save arcenet/24015f4e34a00bbaa8f3bcc64c1745e6 to your computer and use it in GitHub Desktop.
Installing haveged on Debian/Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-get install haveged | |
nano /etc/default/haveged # Setup DAEMON_ARGS="-w 1024" | |
update-rc.d haveged defaults | |
cat /dev/random | rngtest -c 1000 # Testing Availability of Entropy & Quality of Random Data | |
cat /proc/sys/kernel/random/entropy_avail # To test the amount of available entropy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment