https://serverfault.com/questions/471412/gpg-gen-key-hangs-at-gaining-enough-entropy-on-centos-6
When the gpg --gen-key
command hangs like this, log in to another shell and perform the following command:
dd if=/dev/sda of=/dev/zero
(This command basically reads from your hard drive and discards the output, because writing to /dev/zero
will do nothing.)
After a few seconds / minutes, the key generation command should complete.
No comments:
Post a Comment