table of contents
- experimental 3.1-1
| NVME-CHECK-DHCHAP(1) | NVMe Manual | NVME-CHECK-DHCHAP(1) |
NAME¶
nvme-check-dhchap-key - Check a host DH-HMAC-CHAP secret (deprecated)
SYNOPSIS¶
nvme [<global-options>] check-dhchap-key [--key=<secret> | -k <secret>]
DESCRIPTION¶
Deprecated alias for nvme-keys-check-kxchap-secret(1), kept for scripts written against nvme-cli versions older than 3.0. It takes the one option nvme-cli 2.x took, --key/-k, and passes the secret to that command. Exit codes match 2.x, but Key is valid, Key is loaded and Key is not loaded are now Secret is ..., and the validation errors say secret where they said key, so a script matching the old wording needs updating.
--keydata, --keyring, --keytype and --identity are reachable only under nvme keys check-kxchap-secret. With no --key the secret is read from stdin, where 2.x reported Key not specified.
New scripts should use nvme keys check-kxchap-secret instead. This alias prints a deprecation warning on stderr and may be removed in a future release.
See nvme-keys-check-kxchap-secret(1) for the full option reference.
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
SEE ALSO¶
| 09/19/2026 | NVMe |