mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
pinentry not in path
This commit is contained in:
parent
f6a15c663b
commit
f94e43f34a
@ -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".
|
||||
|
Loading…
Reference in New Issue
Block a user