PDA

View Full Version : [ubuntu] [SOLVED] what is my key id in this screenshot?



lukydude
May 31st, 2008, 03:05 PM
its needed for launch pad

Dougie187
May 31st, 2008, 03:08 PM
I believe it is
"E6E1 CB56 8964 A05A B980 F6C9 6088 BF62 4F1A1C96"

If you want someone to be able to import your key into their keyrings try this

gpg --export --armor <your e-mail address> > key.gpg.asc

More can be found here.
http://nmlug.org/faqs/gen-gpg-key.html

lukydude
May 31st, 2008, 03:19 PM
I believe it is
"E6E1 CB56 8964 A05A B980 F6C9 6088 BF62 4F1A1C96"

If you want someone to be able to import your key into their keyrings try this

gpg --export --armor <your e-mail address> > key.gpg.asc

More can be found here.
http://nmlug.org/faqs/gen-gpg-key.html
I need to upload them first but i dont know what the id is, it says upload them but then hen i try it (figured out it' the 5CF11800 bit) but still not working (screenshot) if i still have no luck could somebody remotely use my pc to help?

Dougie187
May 31st, 2008, 03:25 PM
Instead could you maybe link to the site that is giving you issues? or asking for your key? Or take a screenshot of that? That might help as well.

lukydude
May 31st, 2008, 03:37 PM
cant you just remotely use my pc anyway attached look @ all 3

lukydude
May 31st, 2008, 03:50 PM
well?

tact
May 31st, 2008, 04:02 PM
your key id is 4F1A1C96

tact
May 31st, 2008, 04:25 PM
I just searched the keyservers and cannot see your key there. So either you have not successfully uploaded it yet or you uploaded to a different server and its not yet been sync to all servers.

your key ID is 4F1A1C96
that key's fingerprint is 6E1 CB56 8964 A05A B980 F6C9 6088 BF62 4F1A1C96

To get it uploaded to a key server using terminal:

gpg --keyserver keyserver.ubuntu.com

Followed by:

gpg --send-keys


Or if you want to use a GUI...
-Click on Applications>Add/Remove
-In the search box at top right type in: seahorse
-If it is already ticked, already installed skip the next step
-tick the box beside the application "Passwords and Encryption Keys" and wait while it installs.

After its installed:
Applications>Accessories>Passwords and Encryption Keys

You should see your key listed. If not you have to import it. So click on Key>Import and navigate to where your key is stored and import it.

(It looks to be /home/luke/.gnupg where your keys are...if you cannot see the .gnupg folder in the files dialog its because its a hidden folder. So right click and tick the box "show hidden files")

Once the application "Passwords and Encryption Keys" is installed and your keyrings imported... you will see your Key ID and fingerprint info.

You will also be able to upload your key to a keyserver, even select the keyserver etc...

lukydude
May 31st, 2008, 04:41 PM
thats all done ~ thanks.

tact
June 1st, 2008, 02:07 AM
thats all done ~ thanks.

Well thats good. I did a search and see your key is available on the server so you were successful.

Cheers