ここから答えをコピーします ...
を見て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.
残念ながら、このテキストモードのフォールバックは私には機能しません。他の人も同じ 問題を抱えているようです。ただし、このコメントにより、別の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もインストールしました。厳密に必要かどうかは