Provided by: yubikey-ksm_1.14-1_all 

NAME
ykksm-gen-keys - Tool to generate keys on the YKKSM-KEYPROV format.
SYNOPSIS
ykksm-gen-keys [--verbose] [--help] [--urandom] [--progflags PROGFLAGS] [--pskc] START [END]
DESCRIPTION
Tool to generate keys on the YKKSM-KEYPROV format.
START: Decimal start point.
END: Decimal end point, if absent START is used as END.
--urandom:
Use /dev/urandom instead of /dev/random as entropy source.
--progflags PROGFLAGS: Add a final personalization configuration string.
--pskc: Output keys on the YubiKey PSKC format.
Usage example:
./ykksm-gen-keys --urandom 1 10 |
gpg -a --sign --encrypt -r 1D2F473E > keys.txt
ykksm-gen-keys 1 September 2013 YKKSM-GEN-KEYS(1)