Files
lk/data/gpg/gpg_pinentry.md
2026-04-20 05:34:14 +02:00

480 B

title, tags, requires
title tags requires
GPG Password Entry
vim
secrets
TUI
gpg
vim

Check your current gpg-agent configuration:

gpgconf --list-options gpg-agent

Create file, if it doesn't exit ~/.gnupg/gpg-agent.conf:

# Force terminal prompts for passwords
pinentry-mode loopback

# Optional: specify which pinentry program to use
pinentry-program /usr/bin/pinentry-tty

Then restart gpg-agent:

gpg-connect-agent reloadagent /bye