Tengo un montón de procesos ejecutándose en segundo plano para tratar de obtener suficiente entropía, pero todavía estoy fallando.
**We need to generate a lot of random bytes. It is a good idea to perform
some other action (type on the keyboard, move the mouse, utilize the
disks) during the prime generation; this gives the random number
generator a better chance to gain enough entropy.
Not enough random bytes available. Please do some other work to give
the OS a chance to collect more entropy! (Need 210 more bytes)**
Necesito un método para generar la clave que funcione, porque aparentemente lo que intento hacer es fallar.
sudo apt-get install rng-tools
si está en Ubuntu en lugar de losudo yum install rng-utils
que tienen para Fedora, ya que norng-utils
existe un paquete para Ubuntu.