From 70b0ac7d20a5019b8adfe36aa4ef96b7f4633818 Mon Sep 17 00:00:00 2001 From: Phoenix / Hotaru Date: Fri, 4 Nov 2022 08:55:51 +0000 Subject: [PATCH] Remove Junk --- .../posts/windows-yubikey-guide/gpg4win.md | 22 +------------------ 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/src/content/posts/windows-yubikey-guide/gpg4win.md b/src/content/posts/windows-yubikey-guide/gpg4win.md index cabe50b..d55c214 100644 --- a/src/content/posts/windows-yubikey-guide/gpg4win.md +++ b/src/content/posts/windows-yubikey-guide/gpg4win.md @@ -107,24 +107,4 @@ gpg --armor --export $masterKey > gpg-pub.asc ### Optional 1.1: Make your Pubkey public. ```ps gpg --keyserver keys.openpgp.org --send-key $masterKey -``` - -### Optional 2: Force touch on Yubikey actions. -```ps -ykman openpgp set-touch aut on -ykman openpgp set-touch sig on -ykman openpgp set-touch enc on -``` - - -Note: To fully reset GPG Keys on the Yubikey, do the following: -``` -ykman openpgp reset -``` - -Default Pin: 123456 -Default Admin Pin: 12345678 - -gpg --card-edit ->admin ->name \ No newline at end of file +``` \ No newline at end of file