problem while sending gpg key to mit key server

Mikkel L. Ellertson mikkel at infinity-ltd.com
Sat Jul 14 15:18:38 UTC 2007


Mustafa Qasim wrote:
> Thanx for ur kind reply but sir i couldn't understand by what file do u
> mean by mykey.txt??
>  
> till yet i think that ~/.gnupg/pubring.gpg is the file holding my key
> and i couldn't send it to mit keyserver and also couldn't export the
> ASCII from it.. i've tried
> 
> gpg --export --armor alajal at gmail.com
> <mailto:alajal at gmail.com>>pubring.gpg but it says that Nothing
> Exported..(Yep m in .gnupg directory)
> 
I guess the command got distorted. It should have been:

gpg --export --armor alajal at gmail.com > mykey.txt

You can also use:

gpg --export --armor alajal at gmail.com --output mykey.txt

(No mailto: before the email address.

mykey.txt is where the ASCII version of the key would be saved. By
default, the output of gpg --export goes to the standard output. By
using > or --output you redirect the output to a file.

Mikkel
-- 

  Do not meddle in the affairs of dragons,
for thou art crunchy and taste good with Ketchup!

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
Url : http://lists.fedoraproject.org/pipermail/users/attachments/20070714/0ba81852/attachment-0002.bin 


More information about the users mailing list