summaryrefslogtreecommitdiffstats
path: root/misc/ykpers/README
blob: 0df9b28a96e3cd793e7857f56424195f84d8eef3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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

json-c is an optional dependency.