Setup Guide
Server Configuration Profiles: User’s Guide
29 Server Configuration Profiles: Reference Guide | 456
"Comment":"ReadandWrite"},
{"Name":"Users.3#Password",
"Value":"password123",
"SetOnImport":"True",
"Comment":"ReadandWrite"},
{"Name":"Users.3#Enable",
"Value":"Enabled",
"SetOnImport":"True",
"Comment":"ReadandWrite"},
Additional settings for the user can be applied via the same template. The example above uses a ‘plaintext’
password to configure the user instead of the password hashes. The password must either be plaintext or
hashes but cannot contain both.
NOTE: Commented attributes are ignored during SCP Import.
6.3 Clearing an iDRAC User
To remove a user and clear its settings, set the UserName to an empty value and set Enable to Disabled.
<AttributeName="Users.3#UserName"></Attribute>
<AttributeName="Users.3#Enable">Disabled</Attribute>
This will remove the user and clear all associated settings. All other attributes for this user will be ignored if a
reset was requested.
6.4 SSHPublicKey
Available on iDRAC9 version 4.00.00.00 and above.
An iDRAC user’s public SSH key can be set using SCP Import.
<AttributeName="Users.4#SSHPublicKey1"></Attribute>
<AttributeName="Users.4#SSHPublicKey2">ssh‐rsa
AAAAB3NzaC1yc2EAAAABJQAAAQEA32CnKmqW5nHswuLrczixMxzaevolKbMsy/bNlZNvnAEQPWhYFK80ln+0U44h0Hqns
F/cVQo3RLAfehFj/Xf7AcBwNXy38oB+IbkURQVdB/t0k/74IB5RAgwa3R0svu9VW8qinBS+Yi5bzKi/TvPZrOoWaA/RLn
crI+cEI8EdSD5s+aoLic336eTltTEnAwP157GNz0IjSRWNYGL8kKAmDfjgrFOUOTfbC02VODHxN/FYRTNAJj8N+OCI/fS
uR0TLoRXhZhtyP9TL+5Nmz80wM6l+MemR+GaJSUZolTFw3opmhnHdn1WNotoR7NprCcJZBwQgK8e8Ewo62mxDFMTfAQ==
rsa‐key‐20190211</Attribute>
<AttributeName="Users.4#SSHPublicKey3"></Attribute>
<!‐‐<AttributeName="Users.4#SSHPublicKey4"></Attribute>‐‐>
To remove the public SSH key from an iDRAC user leave the attribute’s value empty and run an SCP Import
operation.
6.5 Certificates
Available on iDRAC9 version 4.00.00.00 and above.
Import of certificates is enabled via the CertType and CertData attributes under the iDRAC component. The
header and footer tags are required for import.