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