Installing the rngd service
-
Access the server through SSH with an account with administrative privileges;
-
Install the
rng-tools
package with the following command:yum install rng-tools
-
Configure the
rngd
service with the following command:echo 'EXTRAOPTIONS="-i -o /dev/random -r /dev/urandom -t 10 -W 2048"' > /etc/sysconfig/rngd
-
Enable and start the
rngd
service:systemctl enable rngd systemctl start rngd