문제

I'm trying to generate a series of GPG keys gpg --gen-key but coming up with the same error that there's not enough entropy to generate a set.

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.
jsdgpg: agent_genkey failed: Timeout
Key generation failed: Timeout

I can't seem to find any solution specific to OS X. Is there a way to generate more random numbers and avoid the timeout?

I'm using OS X 10.12.6 and gpg (GnuPG) 2.2.1.

올바른 솔루션이 없습니다

다른 팁

Perhaps you could just rm -rf ~/.gnupg. It works for my situation. I just force stopped the first time I ran gpg --gen-key, which might lead me to this agent_genkey failed: Timeout error.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 apple.stackexchange
scroll top