Hi,
On 7/11/2020 3:34 AM, Peter Lebbing
wrote:
Hi!
On 10/07/2020 23:47, Ayoub Misherghi via Gnupg-users wrote:
ayoub@vboxpwfl:~/testdir$ gpg --list-secret-keys
Could you do
$ gpg --with-subkey-fingerprint --list-secret-keys
ayoub@vboxpwfl:$ gpg --with-subkey-fingerprint --list-secret-keys
/home/ayoub/.gnupg/pubring.kbx
------------------------------
sec ed25519 2020-07-09 [SC] [expires: 2020-07-19]
3C5B212A55B966881E2D2718A45398B520BEE91E
uid [ultimate] sentry
ssb cv25519 2020-07-09 [E] [expires: 2020-07-19]
F2A76096E857E2AF607DD144D17AA44F49BB5A08
sec ed25519 2020-07-09 [SC] [expires: 2021-07-09]
7A675D7F52BC905C22F8249091556BC29D4C595E
uid [ultimate] develop1
ssb cv25519 2020-07-09 [E] [expires: 2021-07-09]
BFF08DC8259E2E9FBAF92AC1367BD2210D4E904D
and
$ gpg --version
ayoub@vboxpwfl:~/sentry/trunk$ gpg --version
gpg (GnuPG) 2.2.19
libgcrypt 1.8.5
Copyright (C) 2019 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<https://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: /home/ayoub/.gnupg
Supported algorithms:
Pubkey: RSA, ELG, DSA, ECDH, ECDSA, EDDSA
Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH,
CAMELLIA128, CAMELLIA192, CAMELLIA256
Hash: SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224
Compression: Uncompressed, ZIP, ZLIB, BZIP2
please?
And do you get a popup asking for your passphrase or is what you post
all the interaction that you get? If that is where the problem lies,
it's good to know your operating system/distribution, your desktop
environment, and stuff like that.
HTH,
Peter.
ayoub@vboxpwfl:~/sentry/trunk$ uname -a
Linux vboxpwfl 5.4.0-40-generic #44-Ubuntu SMP Tue Jun 23 00:01:04
UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Ubuntu 19.04 running inside VirtualBox on Windows 10
This lists gpg.conf (I have removed all commented lines except
two that I show)
ayoub@vboxpwfl:~/sentry/trunk$ cat ~/.gnupg/gpg.conf
batch
pinentry-mode loopback
require-secmem
no-greeting
expert
#--passphrase-file file
#passphrase-file /home/ayoub/.gnupg/output.png
I am not asked for pass phrase even though I have the
"passphrase-file" in the gpg.conf commented out.
Thanks
|