Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 868  / 3 Years ago, mon, june 21, 2021, 12:53:00

I created a new local PGP key but I dont find how to publish it so Launchpad will recognize it.



All explanations are only in english but in my german Ubuntu I cannot find the tools under those names:



https://launchpad.net/~ubuntu-spacetrace/+editpgpkeys


More From » launchpad

 Answers
6

Note that the following steps are described in this page of the Ubuntu Packaging Guide.



You first need to send your PGP key to the Ubuntu keyserver. To do this, first run gpg --list-keys to find out your key ID. The key ID will be the part after 2048R/ or 4096R/. Next, run gpg --send-keys --keyserver hkp://keyserver.ubuntu.com keyid; replace keyid with your key ID.



For the second part, run gpg --fingerprint to get the fingerprint of your key. This part is in 8 blocks of 4 characters. Copy that, and paste that in the text box in the page in the Edit PGP Keys link.



After submitting, you should see that a key was added, and you should get an email saying that a PGP key was added.



Note that you also need to create an SSH key. You can run ssh-keygen -t rsa to create a 2048-bit SSH key. It is recommended that you have a passphrase for this key, as this key can not only be used for communication between your computer and Launchpad, but could also be used (by you) to access your computer remotely. Run cat ~/.ssh/id_rsa.pub, and copy the output. Then, paste this into the section on adding an SSH key.


[#24218] Tuesday, June 22, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tresein

Total Points: 197
Total Questions: 113
Total Answers: 112

Location: Hungary
Member since Wed, Nov 9, 2022
2 Years ago
tresein questions
Tue, Jun 28, 22, 17:57, 2 Years ago
Sun, Apr 3, 22, 07:11, 2 Years ago
Thu, Feb 3, 22, 18:03, 2 Years ago
Sat, May 13, 23, 13:00, 1 Year ago
;