Using GnuPG (gpg) on CSE

Using GnuPG (gpg) on CSE


A Minimalistic introduction

GnuPG is a complete and free replacement for PGP. Because it does not use IDEA or RSA it can be used without any restrictions. GnuPG is a RFC2440 (OpenPGP) compliant application. First of all, at least read the Mini-Howto, or if you feel more adventurous, read the Complete Documentation or the FAQ.

Follow these steps to use gpg with your CSE account:

  1. Login to a CSE Linux machine
  2. Run gpg for the first time:
    gpg
  3. Generate a pair of keys:
    gpg --gen-key
  4. Export your public key and share it:
    gpg --export --armor --output mykey.gpg
  5. Import keys that you got from friends:
    gpg --import friendkey.gpg
  6. Show list of imported keys:
    gpg --list-keys
  7. For pine users, configure pgp4pine (link broken)
  8. For mutt users:

  9. Start sending encrypted messages!!
  10. Have your key signed by someone you trust - reciprocate if needed

  11. Submit your key to a keyserver


This page was created by Hector Urtubia.
Last updated: Thu Mar 27 17:04:10 PDT 2008