We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a019c0 commit b97dbd0Copy full SHA for b97dbd0
src/ugrd/crypto/smartcard.toml
@@ -6,7 +6,7 @@ kmod_init = "uhid"
6
cryptsetup_autoretry = false
7
8
[cryptsetup_key_types.gpg]
9
-reset_command = "{ gpgconf --reload && gpg --card-status }"
+reset_command = '{ gpgconf --reload && einfo "$(gpg --card-status)" }'
10
11
[custom_parameters]
12
sc_public_key = "Path" # The path to the public key to import
0 commit comments