Tweak gpg pinentry mode by disabling standard TTY mode
This commit is contained in:
parent
0fa09222e1
commit
88663cb864
@ -6,6 +6,6 @@ ttyname $GPG_TTY
|
|||||||
default-cache-ttl 60
|
default-cache-ttl 60
|
||||||
max-cache-ttl 120
|
max-cache-ttl 120
|
||||||
|
|
||||||
pinentry-program /usr/bin/pinentry-tty
|
# allow-loopback-pinentry
|
||||||
|
# pinentry-program /usr/bin/pinentry-tty
|
||||||
pinentry-program /opt/homebrew/bin/pinentry-mac
|
pinentry-program /opt/homebrew/bin/pinentry-mac
|
||||||
allow-loopback-pinentry
|
|
||||||
|
|||||||
@ -30,8 +30,6 @@ list-options show-uid-validity
|
|||||||
verify-options show-uid-validity
|
verify-options show-uid-validity
|
||||||
# Display all keys and their fingerprints
|
# Display all keys and their fingerprints
|
||||||
with-fingerprint
|
with-fingerprint
|
||||||
# Display key origins and updates
|
|
||||||
#with-key-origin
|
|
||||||
# Cross-certify subkeys are present and valid
|
# Cross-certify subkeys are present and valid
|
||||||
require-cross-certification
|
require-cross-certification
|
||||||
# Enforce memory locking to avoid accidentally swapping GPG memory to disk
|
# Enforce memory locking to avoid accidentally swapping GPG memory to disk
|
||||||
@ -68,5 +66,3 @@ throw-keyids
|
|||||||
#list-options show-unusable-subkeys
|
#list-options show-unusable-subkeys
|
||||||
# Verbose output
|
# Verbose output
|
||||||
#verbose
|
#verbose
|
||||||
# Password entry mode
|
|
||||||
pinentry-mode loopback
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user