slackbuilds/misc/ykpers
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
90-yubikey.rules misc/ykpers: Updated for version 1.16.2. 2014-12-02 19:54:03 +07:00
README Multiple: Fix .info and README (json-c refs) 2016-01-17 09:40:16 +07:00
fix-boolean-value-with-json-c-0.14.patch misc/ykpers: Patch for json-c >= 0.14, pass -fcommon (gcc >= 10.x). 2021-04-18 00:10:37 -05:00
slack-desc misc/ykpers: Added (YubiKey personalization tool). 2014-08-03 12:44:42 +07:00
ykpers.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
ykpers.info misc/ykpers: Fix download link. 2020-10-17 09:36:22 +07:00

README

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

You can use the plugdev group (or another group) if you like, by passing a
group name to the script:
GROUPNAME=plugdev ./ykpers.SlackBuild