From adf6f444eabe7fb40953edae2352f18e31988e05 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 13 Mar 2022 17:06:48 -0400 Subject: [PATCH] misc/ykpers: Wrap README at 72 columns. Signed-off-by: B. Watson --- misc/ykpers/README | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/misc/ykpers/README b/misc/ykpers/README index 606e3c3d76..6c2f96c4ad 100644 --- a/misc/ykpers/README +++ b/misc/ykpers/README @@ -1,12 +1,13 @@ -ykpers (yubikey-personalization) is a library and command-line tool to perform -personalization of Yubico YubiKeys and is a reference implementation for -YubiKey configuration. +ykpers (yubikey-personalization) is a library and command-line tool +to perform personalization of Yubico YubiKeys and is a reference +implementation for YubiKey configuration. -For challenge-response mode to work as a normal user, you will have to create -a 'yubikey' group and add your user to it. The recommended GID is 288. You can -create this by doing the following: -groupadd -g 288 yubikey +For challenge-response mode to work as a normal user, you will have +to create a 'yubikey' group and add your user to it. The recommended +GID is 288. You can create this by doing the following: groupadd -g +288 yubikey + +You can use the plugdev group (or another group) if you like, by passing +a group name to the script: -You can use the plugdev group (or another group) if you like, by passing a -group name to the script: GROUPNAME=plugdev ./ykpers.SlackBuild