Can't importing an OpenPGP key to launchpad.net

Bug #287192 reported by Johan Ryberg

This bug report was converted into a question: question #57656: Can't importing an OpenPGP key to launchpad.net.

4
Affects Status Importance Assigned to Milestone
Ubuntu
Invalid
Undecided
Unassigned

Bug Description

I'm trying to import my OpenPGP key to launchpad.net but either the instructions are wrong or there is something with the standard pgp package shipped with Ubuntu 8.10 beta fully updated.

The instructions says:
---------------------
Change your OpenPGP keys

You can register your OpenPGP keys, which are created by software such as GnuPG. These are used to sign codes of conduct, modify bugs through the email interface, and to build and upload packages using Soyuz.
Importing an OpenPGP key

   1. Ensure you already have a key. In a terminal window, enter:

      gpg --list-keys <email address hidden>

      If you have no key, create one:

      gpg --gen-key

   2. Ensure the key has been uploaded to a keyserver. To do this:

      gpg --send-key key-id

   3. Enter your key fingerprint. Use:

      gpg --fingerprint key-id
------------
Number 2, gpg --send-key XXXXXXX gives me this message in the terminal:
gpg: no keyserver known (use option --keyserver)
gpg: keyserver send failed: bad URI

Need advice

// rancor

Revision history for this message
Dan Trevino (dantrevino) wrote :

Question about how to use gpg.
=======================
the --send-keys option requires --keyserver

     --send-keys key IDs
              Similar to --export but sends the keys to a keyserver. Finger‐
              prints may be used instead of key IDs. Option --keyserver must
              be used to give the name of this keyserver. Don’t send your com‐
              plete keyring to a keyserver --- select only those keys which
              are new or changed by you.

You can find this help by typing "man gpg" at the command line. There is also a wiki page for gpg:
ttps://help.ubuntu.com/community/GnuPrivacyGuardHowto

I think we need to have instructions updated. For step 2 you should use:

gpg --send-keys --keyserver keyserver.ubuntu.com <key-id>

Thanks,
Dan

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.