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.
2 parents 1f39d16 + 397a462 commit f2f0831Copy full SHA for f2f0831
initrd/bin/oem-factory-reset
@@ -497,6 +497,7 @@ gpg_key_factory_reset() {
497
# If Nitrokey Storage is inserted, reset AES keys as well
498
if lsusb | grep -q "20a0:4109" && [ -x /bin/hotp_verification ]; then
499
/bin/hotp_verification regenerate ${ADMIN_PIN_DEF}
500
+ killall -9 scdaemon
501
fi
502
# Toggle forced sig (good security practice, forcing PIN request for each signature request)
503
if gpg --card-status | grep "Signature PIN" | grep -q "not forced"; then
0 commit comments