Я скопирую свой ответ отсюда ...
Глядя на man pinentry-gnome3
, я вижу это:
pinentry-gnome3 implements a PIN entry dialog based on GNOME 3, which
aims to follow the GNOME Human Interface Guidelines as closely as pos‐
sible. If the X Window System is not active then an alternative text-
mode dialog will be used. There are other flavors that implement PIN
entry dialogs using other tool kits.
К сожалению, этот запасной вариант текстового режима не работает для меня. Кажется, у других есть такая же проблема . Тем не менее, этот комментарий стимулировал My попробовать другую GUI программу пин-запись: pinentry-gtk2
. Вы можете переключиться так:
> sudo update-alternatives --config pinentry
There are 3 choices for the alternative pinentry (providing /usr/bin/pinentry).
Selection Path Priority Status
------------------------------------------------------------
* 0 /usr/bin/pinentry-gnome3 90 auto mode
1 /usr/bin/pinentry-curses 50 manual mode
2 /usr/bin/pinentry-gnome3 90 manual mode
3 /usr/bin/pinentry-gtk-2 85 manual mode
Press <enter> to keep the current choice[*], or type selection number: 3
update-alternatives: using /usr/bin/pinentry-gtk-2 to provide /usr/bin/pinentry (pinentry) in manual mode
Как только я переключился, у меня все заработало отлично! В терминале на рабочем столе он будет использовать ввод пароля GUI, но когда я зайду ssh на свою машину, он будет использовать ввод пароля в текстовом режиме.
DISPLAY="" gpg2 ...
мне помогли, я тоже заранее установил pinentry-curses + pinentry-tty, не уверен, если они строго необходимы