Closed gosaaan1 closed 9 months ago
pass show hokulea
とコマンドを打って、強制的にpinentryの画面を表示させたあとは正常に動作する。
pinentryのタイムアウト時間を10分に明示的に指定してみて、改善するか確認する。
=> 変わらず
pinentry-timeout 600
リロードしておく。
gpg-connect-agent reloadagent /bye
参考リンク
pinentry-ttyと何が違う?
=> pinentry-cursesもテキスト版なので実質同じものっぽい。
sudo update-alternatives --config pinentry
There is 1 choice for the alternative pinentry (providing /usr/bin/pinentry).
Selection Path Priority Status
------------------------------------------------------------
* 0 /usr/bin/pinentry-curses 50 auto mode
1 /usr/bin/pinentry-curses 50 manual mode
こうしないともしかして動かない?
❯ export GPG_TTY=$(tty)
❯ echo $GPG_TTY
/dev/pts/1
mainブランチにマージしたのでクローズします。