table of contents
- experimental 3.1-1
| NVME-KEYS-GEN-KXC(1) | NVMe Manual | NVME-KEYS-GEN-KXC(1) |
NAME¶
nvme-keys-gen-kxchap-secret - Generate a host KX-HMAC-CHAP secret
SYNOPSIS¶
nvme [<global-options>] keys gen-kxchap-secret [--hmac=<hmac-id> | -m <hmac-id>]
[--secret=<secret> | -s <secret>]
[--secret-length=<len> | -l <len>]
DESCRIPTION¶
Generate a KX-HMAC-CHAP secret in the DHHC-1 secret representation defined by the NVM Express Base Specification 2.4, section 8.3.4.5.8, in the form: DHHC-1:00:ia6zGodOr4SEG0Zzaw398rpY0wqipUWj4jWjUh4HWUz6aQ2n: and prints it to stdout.
OPTIONS¶
-m <hmac-id>, --hmac=<hmac-id>
-s <secret>, --secret=<secret>
-l <len>, --secret-length=<len>
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¶
No Examples
NVME¶
Part of the nvme-user suite
| 09/19/2026 | NVMe |