Re: problem while sending gpg key to mit key server

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxx
> <mailto:alajal@xxxxxxxxx>>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@xxxxxxxxx > mykey.txt

You can also use:

gpg --export --armor alajal@xxxxxxxxx --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!

Attachment: signature.asc
Description: OpenPGP digital signature


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux