pinentry not in path

This commit is contained in:
Daniel Langbein 2024-01-01 16:29:36 +01:00
parent f6a15c663b
commit f94e43f34a
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -4,16 +4,18 @@
# https://nixos.wiki/wiki/Nitrokey
# Test suite. TODO: Check all of this after config changes!
# - pinentry should be in $PATH
# echo GETPIN | pinentry
# - pinentry should be in $PATH.
# Note: Since NixOS 23.11 (and maybe earlier) this is no longer the case.
# Yet, all other tests still work!
# echo GETPIN | pinentry
# - smartcard should be listed
# gpg --card-status
# gpg --card-status
# - encryption should work (graphical pinentry should pop-up)
# gpg -d ./passphrase.txt.gpg
# gpg -d ./passphrase.txt.gpg
# - ssh should work (graphical pinentry should pop-up)
# ssh yodaNas
# ssh yodaNas
# - signed git commits should work in IntelliJ
# IntelliJ IDE -> git commit -> graphical pinentry should pop-up
# IntelliJ IDE -> Make a Git commit -> Graphical pinentry should pop-up
# Restart gpg-agent after config change.
# Otherwise there might be a gpg error about "no pinentry".