mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
misc/ykpers: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
298293f3d8
commit
adf6f444ea
1 changed files with 10 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue