From 4e77769ad557efa32daec803889e7db7d8216f8c Mon Sep 17 00:00:00 2001 From: Phoenix / Hotaru Date: Fri, 4 Nov 2022 08:53:32 +0000 Subject: [PATCH] oops --- src/content/posts/windows-yubikey-guide/gpg4win.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/posts/windows-yubikey-guide/gpg4win.md b/src/content/posts/windows-yubikey-guide/gpg4win.md index 0dd9aad..cabe50b 100644 --- a/src/content/posts/windows-yubikey-guide/gpg4win.md +++ b/src/content/posts/windows-yubikey-guide/gpg4win.md @@ -111,7 +111,7 @@ gpg --keyserver keys.openpgp.org --send-key $masterKey ### Optional 2: Force touch on Yubikey actions. ```ps -ykman openpgp set-touch aut off +ykman openpgp set-touch aut on ykman openpgp set-touch sig on ykman openpgp set-touch enc on ```