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

后端 未结 2 1081
[愿得一人]
[愿得一人] 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:57

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

    sudo aptitude install haveged

提交回复
热议问题