Adam Bogacki wrote:
> Hi, having seen a reverse example at 
> 
> http://lists.gnupg.org/pipermail/gnupg-users/2003-July/019421.html
> 
> I attempted
> 
> Tux:~# /usr/bin/gpg
> gpg: Go ahead and type your message ...
> gpg --armor --export mykey > mykey.asc
> 
> .. where it hung.
> 

Running gpg with no arguments assumes that you're either going to type
something to sign/encrypt (followed by ^D) or paste a signed/encrypted
blob which it will verify/decrypt. You need:

# gpg --armor --export mykey > mykey.asc

HTH,
-- 
Alphax                      |   /"\
Encrypted Email Preferred   |   \ /     ASCII Ribbon Campaign
OpenPGP key ID: 0xF874C613  |    X   Against HTML email & vCards
http://tinyurl.com/cc9up    |   / \

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Reply via email to