Advertisement
mdelatorre

Increase entropy in cloud servers / AWS

Aug 22nd, 2016
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. The following commands will help increase entropy in a headless server . For example any cloud server.
  2.  
  3. wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
  4. sudo rpm -Uvh epel-release-latest-7*.rpm
  5. yum install haveged
  6. yum install rng-tools
  7. systemctl start haveged
  8. systemctl enable haveged
  9. cat /dev/random | rngtest -c 1000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement