Hello,
I’ve been using GnuPG 2.0.9 for several months without any problems. I
decided I wanted to edit my key, but I keep encountering the message,
“Need the secret key to do this.” without being prompted to provide it.
for instance:
Code:
$ gpg --edit-key -MyID-
I get my key info, and the new prompt ‘command>’ but I cannot seem to
do anything here. for instance:
Code:
Command> adduid
Need the secret key to do this.
Command> toggle
Need the secret key to do this.
Similarly, when I try to create a revocation certificate:
Code:
$ gpg --output revoke.asc --gen-revoke -MyID-
gpg: secret key “-MyID-” not found: Unknown system error
however if I enter
Code:
$ gpg --list-keys
, my key information is provided without error. I also have been
regularly encrypting and decrypting files with it.
Some more info:
Code:
$ gpg-agent
gpg-agent: gpg-agent running and available
$ which gpg
/usr/bin/gpg
$ which gpg2
/usr/bin/gpg2
$ gpg --version
gpg (GnuPG) 2.0.9
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Home: ~/.gnupg
Supported algorithms:
Pubkey: RSA, ELG, DSA
Cipher: 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH
Hash: MD5, SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224
Compression: Uncompressed, ZIP, ZLIB, BZIP2
Used libraries: gcrypt(1.4.0)
$ gpg2 --version
gpg (GnuPG) 2.0.9
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Home: ~/.gnupg
Supported algorithms:
Pubkey: RSA, ELG, DSA
Cipher: 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH
Hash: MD5, SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224
Compression: Uncompressed, ZIP, ZLIB, BZIP2
Used libraries: gcrypt(1.4.0)
any ideas?
–
SuSE-11.0, Thinkpad T61, Intel Core 2 Duo T7250, 1024MB DDR2, Intel
GM965/GL960
roidemai’s Profile: http://forums.opensuse.org/member.php?userid=2236
View this thread: http://forums.opensuse.org/showthread.php?t=401785