我在后台运行了大量的进程来尝试获取足够的熵,但是我仍然失败了。
**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)**
我需要一种方法来生成有效的密钥,因为我要执行的操作显然失败了。
sudo apt-get install rng-tools
如果您使用的是Ubuntu ,则可以使用它,而不必sudo yum install rng-utils
像Fedora那样使用它们,因为没有rng-utils
适用于Ubuntu的软件包。