Created
December 2, 2020 03:27
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# I have `gnupg` and `pinentry` installed | |
[colemickens@aarch64:~]$ gpg --quick-generate-key testkeyaarch64About to create a key for: | |
"testkeyaarch64" | |
Continue? (Y/n) y | |
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. | |
gpg: agent_genkey failed: No pinentry | |
Key generation failed: No pinentry |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment