Discussion:
'gpg: clearsign failed: secret key not available'
Adam Bogacki
2005-01-18 03:23:00 UTC
Permalink
Hi, thanks 'Furr Bear' for pointing me in the right direction
('right turn' - politically ?<grin>).

At the moment running 'Enigmail Preferences -> Debugging'
gives me thae message:

"Enigmail is working properly. For details, check the console
available from the Enigmail menu".

The console gives me a lot of stuff but there is no cut'n paste
to allow accurate replication.

The logfile option gives me the message "Please start Mozilla
to create log file". Whether I use Mozilla or Firefox or
/tmp/test or /home/adam/enigmail/enigmail.log - nada, nothing.

When I try to send signed mail I go through spell-checking, plain-text
sending options, and when I click 'send; I keep getting the following ..

-------------------------------------
Enigmail Alert
Send operation aborted
Error - encryption command failed
gpg command line and output:
/usr/bin/gpg --charset utf8 --batch --no-tty --status-fd2 --comment
'Using GnuPG with Thunderbird - http://enigmail/mozdev.org' --clearsign
-u <***@paradise.net.nz> --passphrase-fd 0 --no-use-agent
gpg: skipped '<***@paradise.net.nz>': secret key not available
gpg: [stdin]: clearsign failed: secret key not available
----------------------------------------

I have to disable Enigmail signing to be able to send via plain text.

In summary, I've generated my keys and got Enigmail to work with
Thunderbird, but I seem to have missed a step which declares the
keys to Thunderbird. Or am I missing something ?

Constructive suggestions appreciated. On the whole, I'm impressed.

Adam Bogacki,
***@paradise.net.nz
John Clizbe
2005-01-18 03:10:23 UTC
Permalink
Post by Adam Bogacki
Hi, thanks 'Furr Bear' for pointing me in the right direction
('right turn' - politically ?<grin>).
I tend to Bear Left <g> -- I think that leg is abour 2 cm shorter -- It
gives me an excuse for wandering in circles. I'm more likely to try to
point you in the correct direction than any specific one.
Post by Adam Bogacki
At the moment running 'Enigmail Preferences -> Debugging'
"Enigmail is working properly. For details, check the console
available from the Enigmail menu".
The console gives me a lot of stuff but there is no cut'n paste
to allow accurate replication.
Enigmail --> 'Debugging Enigmail' --> 'View Console'
Highlight the text in the console window. Ctrl-C to copy. Ctrl-V to paste.
Post by Adam Bogacki
The logfile option gives me the message "Please start Mozilla
to create log file". Whether I use Mozilla or Firefox or
/tmp/test or /home/adam/enigmail/enigmail.log - nada, nothing.
You should only need to furnish an existing directory name. Enigmail will
do the rest. In /tmp, I've got enigcmd.txt, enigdbug.txt, enigenv.txt,
enigerr.txt, enigimp.txt, and enigout.txt.
Post by Adam Bogacki
When I try to send signed mail I go through spell-checking, plain-text
sending options, and when I click 'send; I keep getting the following ..
-------------------------------------
Enigmail Alert
Send operation aborted
Error - encryption command failed
/usr/bin/gpg --charset utf8 --batch --no-tty --status-fd2 --comment
'Using GnuPG with Thunderbird - http://enigmail/mozdev.org' --clearsign
gpg: [stdin]: clearsign failed: secret key not available
----------------------------------------
I have to disable Enigmail signing to be able to send via plain text.
In summary, I've generated my keys and got Enigmail to work with
Thunderbird, but I seem to have missed a step which declares the
keys to Thunderbird. Or am I missing something ?
Constructive suggestions appreciated. On the whole, I'm impressed.
OK, the "-u <***@paradise.net.nz>" above tells me that 'Use email address
of this identity to identify OpenPGP key' is selected.
Does this email address exist in an User ID on your key? On any
public-secret key pair? I can't check as your key isn't on the key servers.

Does 'gpg --list-secret-keys' list your key?

You'll get output similar to:

sec 1024D/DECAFBAD 2004-09-07
uid Furr Bear (Jabber ONLY) <***@jabber.org>
ssb 2048g/DEADBEEF 2004-09-07

If your secret key is listed, does signing work if you switch to selecting
the key by key ID? On the 'OpenPGP security' tab for this email account,
select the radio button for 'Use specific OpenPGP key ID' and enter the id
of your key with 0x (zero-X) prepended -- 0xDecafBad from the key above.

Let's see... You said you were using PGP 6. How did you get your keys over
from PGP? Secret keys are usually not exported by default - only the
public portion. If your secret key isn't listed above, try this:

cd to directory where your PGP keyring files are located:

gpg --import secring.skr
gpg --import pubring.pkr

then for each key /pair/, ('gpg --list-secret-keys' should have some
output now.) you'll need to set the key pair to Ultimate trust, this is
analogous to PGP's 'Implicit Trust' Setting:

gpg --edit-key 0xDecafBad trust
5 <-- '5' for ultimate
y <-- 'y'es REALLY do it
save <-- save changes and exit


- --
John P. Clizbe Inet: John (a) Mozilla-Enigmail.org
Golden Bear Networks PGP/GPG KeyID: 0x608D2A10
Onion Horoscope for Libra, 2004-11-24 Libra (Sept. 23 - Oct. 23): Take
heart: There are people with bigger problems than yours, and acting like
you care about them will get you laid.
"Religion is for people afraid of going to hell. Spirtuality is for
people who have been there."
Adam Bogacki
2005-01-19 02:56:50 UTC
Permalink
Thanks, John.
Sometime yesterday John Clizbe wrote ...
Post by John Clizbe
Enigmail --> 'Debugging Enigmail' --> 'View Console'
Highlight the text in the console window. Ctrl-C to copy. Ctrl-V to paste.
Very useful.
<snip>
Post by John Clizbe
of this identity to identify OpenPGP key' is selected.
Does this email address exist in an User ID on your key?
Yes, me.
Post by John Clizbe
On any
public-secret key pair?
Yep.
Post by John Clizbe
I can't check as your key isn't on the key servers.
I thought I entered it on the default keyservers in Enigmail config.
Post by John Clizbe
Does 'gpg --list-secret-keys' list your key?
sec 1024D/DECAFBAD 2004-09-07
ssb 2048g/DEADBEEF 2004-09-07
Yes.
Post by John Clizbe
If your secret key is listed, does signing work if you switch to selecting
the key by key ID?
No
Post by John Clizbe
On the 'OpenPGP security' tab for this email account,
select the radio button for 'Use specific OpenPGP key ID' and enter the id
of your key with 0x (zero-X) prepended -- 0xDecafBad from the key above.
Did that, thanks.
Now mutt (with .muttrc configured for GnuPG from
http://codesorcery.net/mutt/mutt-gnupg-how)
gives me

'>gpg: skipped `0x4E553910': secret key not available
Post by John Clizbe
gpg: signing failed: secret key not available
Press any key to continue...'
Let's see... You said you were using PGP 6. How did you get your keys over
from PGP? Secret keys are usually not exported by default - only the
gpg --import secring.skr
gpg --import pubring.pkr
I think this is a misunderstanding.

I installed gpg following

http://software.newsforge.com/article.pl?sid=05/01/06/1557216&from=rss

from an earlier enigmail post, but apparently not getting it to work
initially I thought I may have inserted the wrong
executable path in Enigmail Preferences -> Basic so I changed it to pgp
and apt-installed it, getting the error messages
I previously wrote about. Someone told me they could co-exist so I
changed the executable path to /usr/bin/gpg and
found it works .. mostly.

Tux:/home/adam/.gnupg# ls
options pubring.gpg pubring.gpg~ secring.gpg trustdb.gpg
Post by John Clizbe
then for each key /pair/, ('gpg --list-secret-keys' should have some
output now.)
It works, but I'm not sure how much is appropriate to show in a public
mailing list.

I followed the instructions below ..
Post by John Clizbe
you'll need to set the key pair to Ultimate trust, this is
gpg --edit-key 0xDecafBad trust
5 <-- '5' for ultimate
y <-- 'y'es REALLY do it
save <-- save changes and exit
but now find that if I have the Enigmail 'Sign Message' enabled I get
similar output to that of mutt, above.

"Send operation aborted.
Error - encryption command failed

gpg line command and output:
/usr/bin/gpg --charset utf8 --batch --no-tty --status-fd 2 --comment
'Using GnuPG with
Thunderbird - http://enigmail.mozdev.org' --clearsign -u 0x4E553910
--passphrase-fd 0
--no-use-agent
gpg: skipped '0x4E553910': secret key not available
gpg: [stdin]: clearsign failed: secret key not available"

I have one question - is the symbol 'Ox*' 'oh' or 0 ?

I attach console output ..

Adam Bogacki,
***@paradise.net.nz

Initializing Enigmail service ...
EnigmailAgentPath=/usr/bin/gpg

enigmail> /usr/bin/gpg --charset utf8 --batch --no-tty --version
gpg (GnuPG) 1.2.5
Copyright (C) 2004 Free Software Foundation, Inc.
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions. See the file COPYING for details.

Home: ~/.gnupg
Supported algorithms:
Pubkey: RSA, RSA-E, RSA-S, ELG-E, DSA, ELG
Cipher: 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH
Hash: MD5, SHA1, RIPEMD160, SHA256
Compression: Uncompressed, ZIP, ZLIB, BZIP2

enigmail.js: CreateFileStream: Failed to create /tmp/enigerr.txt/enigcmd.txt
enigmail.js: WriteFileContents: Failed to write to /tmp/enigerr.txt/enigcmd.txt
enigmail.js: CreateFileStream: Failed to create /tmp/enigerr.txt/enigenv.txt
enigmail.js: WriteFileContents: Failed to write to /tmp/enigerr.txt/enigenv.txt

enigmail> /usr/bin/gpg --charset utf8 --batch --no-tty --status-fd 2 -d
enigmail.js: CreateFileStream: Failed to create /tmp/enigerr.txt/enigerr.txt
enigmail.js: WriteFileContents: Failed to write to /tmp/enigerr.txt/enigerr.txt
gpg: Signature made Tue Jan 18 09:55:21 2005 EST using DSA key ID FD4CDEB1
gpg: Good signature from "Donald D Henson <***@wepin.com>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 153A BB1D 4989 D076 0423 29FD 1E0A 6DA6 FD4C DEB1
enigmail.js: CreateFileStream: Failed to create /tmp/enigerr.txt/eniginp.txt
enigmail.js: WriteFileContents: Failed to write to /tmp/enigerr.txt/eniginp.txt
enigmail.js: CreateFileStream: Failed to create /tmp/enigerr.txt/enigcmd.txt
enigmail.js: WriteFileContents: Failed to write to /tmp/enigerr.txt/enigcmd.txt
enigmail.js: CreateFileStream: Failed to create /tmp/enigerr.txt/enigenv.txt
enigmail.js: WriteFileContents: Failed to write to /tmp/enigerr.txt/enigenv.txt

enigmail> /usr/bin/gpg --charset utf8 --batch --no-tty --status-fd 2 --with-colo
ns --list-keys 1E0A6DA6FD4CDEB1
enigmail.js: CreateFileStream: Failed to create /tmp/enigerr.txt/enigout.txt
enigmail.js: WriteFileContents: Failed to write to /tmp/enigerr.txt/enigout.txt
enigmail.js: CreateFileStream: Failed to create /tmp/enigerr.txt/enigerr.txt
enigmail.js: WriteFileContents: Failed to write to /tmp/enigerr.txt/enigerr.txt

enigmail.js: CreateFileStream: Failed to create /tmp/enigerr.txt/enigcmd.txt
enigmail.js: WriteFileContents: Failed to write to /tmp/enigerr.txt/enigcmd.txt
enigmail.js: CreateFileStream: Failed to create /tmp/enigerr.txt/enigenv.txt
enigmail.js: WriteFileContents: Failed to write to /tmp/enigerr.txt/enigenv.txt

enigmail> /usr/bin/gpg --charset utf8 --batch --no-tty --status-fd 2 -d
enigmail.js: CreateFileStream: Failed to create /tmp/enigerr.txt/enigerr.txt
enigmail.js: WriteFileContents: Failed to write to /tmp/enigerr.txt/enigerr.txt
gpg: Signature made Tue Jan 18 09:55:21 2005 EST using DSA key ID FD4CDEB1
gpg: Good signature from "Donald D Henson <***@wepin.com>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 153A BB1D 4989 D076 0423 29FD 1E0A 6DA6 FD4C DEB1
enigmail.js: CreateFileStream: Failed to create /tmp/enigerr.txt/eniginp.txt
enigmail.js: WriteFileContents: Failed to write to /tmp/enigerr.txt/eniginp.txt
enigmail.js: CreateFileStream: Failed to create /tmp/enigerr.txt/enigcmd.txt
enigmail.js: WriteFileContents: Failed to write to /tmp/enigerr.txt/enigcmd.txt
enigmail.js: CreateFileStream: Failed to create /tmp/enigerr.txt/enigenv.txt
enigmail.js: WriteFileContents: Failed to write to /tmp/enigerr.txt/enigenv.txt

enigmail> /usr/bin/gpg --charset utf8 --batch --no-tty --status-fd 2 --with-colo
ns --list-keys 1E0A6DA6FD4CDEB1
enigmail.js: CreateFileStream: Failed to create /tmp/enigerr.txt/enigout.txt
enigmail.js: WriteFileContents: Failed to write to /tmp/enigerr.txt/enigout.txt
enigmail.js: CreateFileStream: Failed to create /tmp/enigerr.txt/enigerr.txt
enigmail.js: WriteFileContents: Failed to write to /tmp/enigerr.txt/enigerr.txt

enigmail.js: CreateFileStream: Failed to create /tmp/enigerr.txt/enigcmd.txt
enigmail.js: WriteFileContents: Failed to write to /tmp/enigerr.txt/enigcmd.txt
enigmail.js: CreateFileStream: Failed to create /tmp/enigerr.txt/enigenv.txt
enigmail.js: WriteFileContents: Failed to write to /tmp/enigerr.txt/enigenv.txt

enigmail> /usr/bin/gpg --charset utf8 --batch --no-tty --status-fd 2 -d
enigmail.js: CreateFileStream: Failed to create /tmp/enigerr.txt/enigerr.txt
enigmail.js: WriteFileContents: Failed to write to /tmp/enigerr.txt/enigerr.txt
gpg: Signature made Tue Jan 18 09:55:21 2005 EST using DSA key ID FD4CDEB1
gpg: Good signature from "Donald D Henson <***@wepin.com>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 153A BB1D 4989 D076 0423 29FD 1E0A 6DA6 FD4C DEB1
enigmail.js: CreateFileStream: Failed to create /tmp/enigerr.txt/eniginp.txt
enigmail.js: WriteFileContents: Failed to write to /tmp/enigerr.txt/eniginp.txt
enigmail.js: CreateFileStream: Failed to create /tmp/enigerr.txt/enigcmd.txt
enigmail.js: WriteFileContents: Failed to write to /tmp/enigerr.txt/enigcmd.txt
enigmail.js: CreateFileStream: Failed to create /tmp/enigerr.txt/enigenv.txt
enigmail.js: WriteFileContents: Failed to write to /tmp/enigerr.txt/enigenv.txt

enigmail> /usr/bin/gpg --charset utf8 --batch --no-tty --status-fd 2 --with-colo
ns --list-keys 1E0A6DA6FD4CDEB1
enigmail.js: CreateFileStream: Failed to create /tmp/enigerr.txt/enigout.txt
enigmail.js: WriteFileContents: Failed to write to /tmp/enigerr.txt/enigout.txt
enigmail.js: CreateFileStream: Failed to create /tmp/enigerr.txt/enigerr.txt
enigmail.js: WriteFileContents: Failed to write to /tmp/enigerr.txt/enigerr.txt

enigmail.js: CreateFileStream: Failed to create /tmp/enigerr.txt/eniginp.txt
enigmail.js: WriteFileContents: Failed to write to /tmp/enigerr.txt/eniginp.txt
enigmail.js: CreateFileStream: Failed to create /tmp/enigerr.txt/enigcmd.txt
enigmail.js: WriteFileContents: Failed to write to /tmp/enigerr.txt/enigcmd.txt
enigmail.js: CreateFileStream: Failed to create /tmp/enigerr.txt/enigenv.txt
enigmail.js: WriteFileContents: Failed to write to /tmp/enigerr.txt/enigenv.txt

enigmail> /usr/bin/gpg --charset utf8 --batch --no-tty --status-fd 2 --with-fing
erprint --with-colons --list-keys
enigmail.js: CreateFileStream: Failed to create /tmp/enigerr.txt/enigout.txt
enigmail.js: WriteFileContents: Failed to write to /tmp/enigerr.txt/enigout.txt
enigmail.js: CreateFileStream: Failed to create /tmp/enigerr.txt/enigerr.txt
enigmail.js: WriteFileContents: Failed to write to /tmp/enigerr.txt/enigerr.txt

enigmail.js: CreateFileStream: Failed to create /tmp/enigerr.txt/enigcmd.txt
enigmail.js: WriteFileContents: Failed to write to /tmp/enigerr.txt/enigcmd.txt
enigmail.js: CreateFileStream: Failed to create /tmp/enigerr.txt/enigenv.txt
enigmail.js: WriteFileContents: Failed to write to /tmp/enigerr.txt/enigenv.txt

enigmail> /usr/bin/gpg --charset utf8 --batch --no-tty --status-fd 2 --comment '
Using GnuPG with Thunderbird - http://enigmail.mozdev.org' --clearsign -u 0x4E55
3910 --passphrase-fd 0 --no-use-agent
enigmail.js: CreateFileStream: Failed to create /tmp/enigerr.txt/enigerr.txt
enigmail.js: WriteFileContents: Failed to write to /tmp/enigerr.txt/enigerr.txt
gpg: skipped `0x4E553910': secret key not available
gpg: [stdin]: clearsign failed: secret key not available
enigmail.js: Enigmail.encryptMessageEnd: Error in command execution
enigmail.js: Enigmail.encryptMessage: Error in command execution
John Clizbe
2005-01-19 07:35:33 UTC
Permalink
Post by Adam Bogacki
Thanks, John.
Sometime yesterday John Clizbe wrote ...
Post by John Clizbe
Enigmail --> 'Debugging Enigmail' --> 'View Console'
Highlight the text in the console window. Ctrl-C to copy. Ctrl-V to paste.
Very useful.
<snip>
Post by John Clizbe
I can't check as your key isn't on the key servers.
I thought I entered it on the default keyservers in Enigmail config.
Keys aren't automatically sent to a key server. You can chose "Insert
Public Key" from the Enigmail menu in the message composition pane and
send it to me direct.
Post by Adam Bogacki
Tux:/home/adam/.gnupg# ls
options pubring.gpg pubring.gpg~ secring.gpg trustdb.gpg
minor point, probably not the trouble: options should be renamed gpg.conf

$HOME is '/home/adam', right? You don't have any other .gnupg directories
laying around? Not running one cammand as 'adam' and another as 'root'?
Post by Adam Bogacki
It works, but I'm not sure how much is appropriate to show in a public
mailing list.
So, then send it to me at the above address.
Post by Adam Bogacki
gpg: skipped '0x4E553910': secret key not available
gpg: [stdin]: clearsign failed: secret key not available"
I have one question - is the symbol 'Ox*' 'oh' or 0 ?
0x --> zero eks. Letter 'O' is wrong. Numeral Zero (0) is correct. It
looks correct in the error message. But WHY the error message?
Post by Adam Bogacki
enigmail.js: CreateFileStream: Failed to create /tmp/enigerr.txt/enigcmd.txt
enigmail.js: WriteFileContents: Failed to write to /tmp/enigerr.txt/enigcmd.txt
enigmail.js: CreateFileStream: Failed to create /tmp/enigerr.txt/enigenv.txt
enigmail.js: WriteFileContents: Failed to write to /tmp/enigerr.txt/enigenv.txt
Change the log directory to '/tmp'. You're trying to log to the
'/tmp/enigerr.txt' directory. You need yo specify a directory name, not a
file.

If your key doesn't have a passphrase, is 'No passphrase for User' checked
in Basic tab of Enigmail's Preferences?

- --
John P. Clizbe Inet: John (a) Mozilla-Enigmail.org
Golden Bear Networks PGP/GPG KeyID: 0x608D2A10
"Gir-r-r-r-rl" is like this Universal Gay term, like 'Aloha' or 'Shalom'.
- Margaret Cho
"Only the truly intelligent know when they are being stupid."
Adam Bogacki
2005-01-20 03:43:24 UTC
Permalink
Thanks John.
<snip>
Post by John Clizbe
Post by John Clizbe
I can't check as your key isn't on the key servers.
I thought I entered it on the default keyservers in Enigmail config.
Keys aren't automatically sent to a key server. You can chose "Insert
Public Key" from the Enigmail menu in the message composition pane and
send it to me direct.
I did that - I ended up inserting your public key block (twice) into
this message .. Did you receive mine ?
Post by John Clizbe
Post by John Clizbe
Tux:/home/adam/.gnupg# ls
options pubring.gpg pubring.gpg~ secring.gpg trustdb.gpg
minor point, probably not the trouble: options should be renamed gpg.conf
Nomenclature seems to vary in different sources. It differs between
/home/adam and /root based .gnupg locations.


Tux:/home/adam# ls -a .gnupg
. .. options pubring.gpg pubring.gpg~ secring.gpg trustdb.gpg
Tux:/home/adam# cd
Tux:~# ls -a .gnupg
. .. gpg.conf pubring.gpg pubring.gpg~ random_seed secring.gpg
trustdb.gpg
Tux:~#
Post by John Clizbe
$HOME is '/home/adam', right? You don't have any other .gnupg directories
laying around? Not running one cammand as 'adam' and another as 'root'?
That seems to be the case.

Tux:/# find -name .gnupg -print
./home/adam/.gnupg
./root/.gnupg
find: ./proc/6788/task: No such file or directory
find: ./proc/7205/task: No such file or directory
find: ./proc/7672/task: No such file or directory
Tux:/#
Post by John Clizbe
Post by John Clizbe
It works, but I'm not sure how much is appropriate to show in a public
mailing list.
So, then send it to me at the above address.
Post by John Clizbe
gpg: skipped '0x4E553910': secret key not available
gpg: [stdin]: clearsign failed: secret key not available"
I have one question - is the symbol 'Ox*' 'oh' or 0 ?
0x --> zero eks. Letter 'O' is wrong. Numeral Zero (0) is correct. It
looks correct in the error message. But WHY the error message?
It seems that is OK. The error could be due to two '.gnupg' dirs, one
in /home/adam, the other in /root
Post by John Clizbe
Post by John Clizbe
enigmail.js: CreateFileStream: Failed to create
/tmp/enigerr.txt/enigcmd.txt
Post by John Clizbe
Post by John Clizbe
enigmail.js: WriteFileContents: Failed to write to
/tmp/enigerr.txt/enigcmd.txt
Post by John Clizbe
Post by John Clizbe
enigmail.js: CreateFileStream: Failed to create
/tmp/enigerr.txt/enigenv.txt
Post by John Clizbe
Post by John Clizbe
enigmail.js: WriteFileContents: Failed to write to
/tmp/enigerr.txt/enigenv.txt
Post by John Clizbe
Change the log directory to '/tmp'.
I've done that.

However, I note that in

Tux:/tmp# ls
enigcmd.txt enigerr.txt enigout.txt keyring-RJ0eFa ssh-hixIwT4891
tmp.ETTm3B
enigenv.txt eniginp.txt gconfd-adam orbit-adam tmp.1iv6eC

file 'enigout.txt' contains a public key, and that file 'enigenv.txt'
contains

DISPLAY=:0.0,HOME=/home/adam,LOGNAME=adam,LD_LIBRARY_PATH=/usr/lib/mozilla-thunderbird:/usr/lib/mozilla-thunderbird/plugins:/usr/lib/mre/mre,MOZILLA_FIVE_HOME=/usr/lib/mozilla-thunderbird,PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games,PWD=/home/adam,SHELL=/bin/bash,USER=adam
Post by John Clizbe
You're trying to log to the
'/tmp/enigerr.txt' directory. You need yo specify a directory name, not a
file.
I've made 'enigerr.txt' and 'enigcmd.txt' directories, albeit empty ones.
Post by John Clizbe
If your key doesn't have a passphrase, is 'No passphrase for User' checked
in Basic tab of Enigmail's Preferences?
My key has a passphrase, and 'No passphrase for user' is not checked
in the Basic tab of Enigmail's Preferences.

What should I do (if anything) about '.gnupg's in both /home/adam/ and
/root ? Delete one ? If so, which ?

Adam Bogacki,
***@paradise.net.nz

Loading...