User's Manual

Using the RACADM Command Line Interface 85
–b option specifies the bit encryption size between 768 and 4096.
–C option allows modifying the public key comment and is optional.
the passphrase is optional.
Follow the instructions. After the command completes, use the public file to
pass to the RACADM for uploading the file.
Viewing the Public Keys
To view public keys that you have added to the CMC, type:
racadm sshpkauth –I svcacct –k all –v
To view just one key at a time, replace all with a number from 1 – 6. For
example, to view key 2, type:
racadm sshpkauth –I svcacct –k 2 –v
Adding the Public Keys
To add a public key to the CMC using the file upload options, type:
racadm sshpkauth –I svcacct –k 1 –p 0xfff –f <public
key file>
NOTE: You can only use the file upload option with remote RACADM.
For public key privileges, see Table 3-1 in the Database Property chapter of
Dell Chassis Management Controller Administrator Reference Guide.
To add a public key using the text upload option, type:
racadm sshpkauth –I svcacct –k 1 –p 0xfff –t “<public key
text>”
Deleting the Public Keys
To delete a public key type:
racadm sshpkauth –I svcacct –k 1 –d
To delete all public keys type:
racadm sshpkauth –I svcacct –k all –d