Ubuntu: How to create a lot of entropy for GPG key generation from command line
|
|
Desktop Ubuntu users may have several ways to generate entropy relatively secure GPG keys (=>2048 bits), usually by moving the mouse and by typing random words. However this creates certain problem, for command-line user (especially those who are connecting through remote VPS connection).
Here’s a tip on how to produce enough entropy for GPG key generation:
- apt-get install rng-tools
- rngd -r /dev/urandom
- then, proceed to generate GPG keys as usual: gpg –gen-key
Hopefully this tips will help you get by generating GPS keys over those VPS connections!
Tags: gpg, gpg keys, linux, pgp, random, ubuntu
Keep updated with the latest posts, be a part of over 1,000 subscribers! :
Subscribe to your email
You might also want to read...
- My new GPG public key
- How to use GNU Privacy Guard (GPG) – Encrypt, Decrypt, Sign and Verifying identities
- Howto : Make your package updates faster in Ubuntu
- Installing KDE 3.5 on Ubuntu Breezy 5.10
- How to setup Secure Webserver HTTPS (SSL) on Apache in Ubuntu
- CTRL-ALT-Bkspace isn’t working? How to restart X on Ubuntu Karmic and Lucid
- Ubuntu Tips: Using The “Windows Key” to open up Gnome Panel


Leave a Comment