82704e6d8d
Support for the -y option of ipmitool Quote from docs: -y <hex key> Use supplied Kg key for IPMIv2 authentication. The key is expected in hexadecimal format and can be used to specify keys with non-printable characters. E.g. '-k PASSWORD' and '-y 50415353574F5244' are equivalent. The default is not to use any Kg key. Change-Id: Ie6a9fc1a41d924e30eff526b3eae929ce6e085c6 Story: #2005158 Task: #29876
8 lines
252 B
YAML
8 lines
252 B
YAML
---
|
|
features:
|
|
- |
|
|
New property ``ipmi_hex_kg_key`` for the ipmi based interfaces.
|
|
The property enables user to set the Kg key for IPMIv2 authentication in
|
|
hexadecimal format. This value is provided to ``ipmitool`` as
|
|
the -y argument.
|