Open caraar12345 opened 2 years ago
Same issue here, I now have to enter the pin twice everytime as the pinentry-touchid UI has a confirmation line -.-
If you're still having this issue, try also setting
defaults write org.gpgtools.common DisableKeychain -bool no
Describe the bug
pinentry-touchid
doesn't save the password into the Keychain.As a result, I get the password/confirm password popup every time I use my GPG key which is really quite annoying 😅
System information
macOS
GPG
gpg --version
Configuration
gpgconf
.Logs
gpg-agent
:It would be very useful for us if you could enable the
basic
debug info for yourgpg-agent
and attach the generated log. Add the following to your~/.gpg-agent.conf
:Reload
gpg-agent
with the following command:Add/attach the relevant section of the log to this issue (feel free to redact your key IDs).
gpg-agent.log
pinentry-touchid
:pinentry-touchid
also generates its own log which you can find in$TMPDIR/pinentry-touchid.log
.