| NVME-RPMB-PROGRAM() | NVME-RPMB-PROGRAM() |
NAME
nvme-rpmb-program-key - Program the RPMB authentication key
SYNOPSIS
nvme [<global-options>] rpmb program-key <device>
[--key=<key> | -k <key>]
[--keyfile=<key-file> | -g <key-file>]
[--target=<target-id> | -t <target-id>]
DESCRIPTION
Programs the given authentication key to the specified RPMB target. As per the RPMB specification, this is a one time action per target which cannot be undone.
The <device> parameter is mandatory and an NVMe character device (ex: /dev/nvme0) must be specified.
OPTIONS
-t <target>, --target=<target>
-k <key>, --key=<key>, -g <key-file>, --keyfile=<key-file>
GLOBAL OPTIONS
The following options are defined at the top-level nvme command and are available to this subcommand:
--dry-run
--no-ioctl-probing
--no-retries
-o <fmt>, --output-format=<fmt>
--output-format-version=<version>
--timeout=<ms>
-v, --verbose
These options can also be set as machine-wide defaults in nvme-cli.conf(5). A command-line flag always overrides the file.
EXAMPLES
# nvme rpmb program-key /dev/nvme0 --key='SecretKey' --target=1
NVME
Part of the nvme-user suite