[OPTIONAL] list the keygrip IDs using
gpg --list-secret-keys --with-keygrip
If ALL your private keys are on external cards like the Yubikey, you can delete them all using:
rm -r ~/.gnupg/private-keys-v1.d
[OPTIONAL] list the keygrip IDs using
gpg --list-secret-keys --with-keygrip
If ALL your private keys are on external cards like the Yubikey, you can delete them all using:
rm -r ~/.gnupg/private-keys-v1.d
<!-- Using Unocss or Tailwind --> | |
<div class="grid grid-cols-[auto_1fr]"> | |
<div>A column that will be limited to the size of the content</div> | |
<div>A column that will take up the remaining space</div> | |
</div> |