gosaaan1 / hokulea-garage

AWS とTerraform を学ぶための箱庭
Apache License 2.0
1 stars 0 forks source link

Terraform用の開発コンテナを作る #19

Closed gosaaan1 closed 9 months ago

gosaaan1 commented 9 months ago
gosaaan1 commented 9 months ago

pass show hokuleaとコマンドを打って、強制的にpinentryの画面を表示させたあとは正常に動作する。 pinentryのタイムアウト時間を10分に明示的に指定してみて、改善するか確認する。
=> 変わらず

pinentry-timeout 600

リロードしておく。

gpg-connect-agent reloadagent /bye

参考リンク

gosaaan1 commented 9 months ago

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
gosaaan1 commented 9 months ago

こうしないともしかして動かない?

❯ export GPG_TTY=$(tty)
❯ echo $GPG_TTY
/dev/pts/1
gosaaan1 commented 9 months ago

mainブランチにマージしたのでクローズします。