I have come across an interesting sequence of event in gpg.

When I export my public key from my keyring in *ascii-armoured* format
with command
        gpg -o id_dsa.pub --export -a <my e-mail address>
and tried to verify that output file with command
        gpg-keygen -l -f id_dsa.pub
I get the error result
        "id_dsa.pub is not a public key file."

When I export my public key from my keyring in *binary* format with command
        gpg -o id_dsa.pub --export <my e-mail address>
and tried to verify that output file with command
        gpg-keygen -l -f id_dsa.pub
I get as a result
        "line 1 too long: \<octal>\......."    repeated 4 times
        "id_dsa.pub is not a public key file."

I verified under Kgpg the key properties: 1024 DSA.
I checked that my passphrase was to correct one -- OK.

I am stumped, thinking I must be overlooking something. Any hints or
suggestions?

Thank you,

Hendrik


_______________________________________________
clug-talk mailing list
[email protected]
http://clug.ca/mailman/listinfo/clug-talk_clug.ca
Mailing List Guidelines (http://clug.ca/ml_guidelines.php)
**Please remove these lines when replying

Reply via email to