diff options
author | T3slider <t3slider@gmail.com> | 2014-08-03 12:44:42 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-03 12:44:42 +0700 |
commit | 0a9b14efc00d14d48720bb3a4238b3a475e49858 (patch) | |
tree | aca200426abb1d330decf74bcc2fbc8db6326a78 /misc/ykpers/README | |
parent | 8a160f4f40a5ba1f2f5ea65c03a4af0682561fe0 (diff) |
misc/ykpers: Added (YubiKey personalization tool).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/ykpers/README')
-rw-r--r-- | misc/ykpers/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/ykpers/README b/misc/ykpers/README new file mode 100644 index 0000000000000..0df9b28a96e3c --- /dev/null +++ b/misc/ykpers/README @@ -0,0 +1,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. |