PGP: Not enough random bytes available. Please do some other work to give the OS a chance to collect more entropy

后端 未结 2 1071
[愿得一人]
[愿得一人] 2020-12-24 10:38

Setup : Ubuntu Server on Virtual Machine with 6 cores and 3GB of RAM.

when I am trying to generate a asymmetric key pair via GPG like this

相关标签:
2条回答
  • 2020-12-24 10:55

    Run the following:

    find / > /dev/null
    

    That helped me quickly to complete my key generation.

    0 讨论(0)
  • 2020-12-24 10:57

    Try installing haveged, this is a daemon, which helps the system with generating random numbers for your key.

    sudo aptitude install haveged

    0 讨论(0)
提交回复
热议问题