Quick Reference Guide

sshpkauth
Description Enables you to upload and manage up to six (6) different SSH public keys.
You can upload a key file or key text, view keys, or delete keys.
racadm sshpkauth -i svcacct -k <key index> -p
<privilege> -t <PK key text>
racadm sshpkauth -i svcacct -k <key index> -p
<privilege> -f <PK key file>
racadm sshpkauth -v -i svcacct -k <key index>
racadm sshpkauth -d -i svcacct -k <key index>
Synopsis
racadm sshpkauth
Input
-i Index for the user. <
svcacct
> is the Index for CMC.
-k index from 1-6 (or all for -v / -d options) to assign the PK key being
uploaded.
-p privilege level to give to user for this PK key.
-t Key text for the PK key.
-f file containing key text to upload.
NOTE: This option is supported only on the remote interface(s).
-v - View privilege and key text.
-d - Delete key and privilege for the index provided.
Examples :
View all keys
racadm sshpkauth -i svcacct -k all -v
Delete all keys
racadm sshpkauth -i svcacct -k all -d
Upload key at index 2 using text option
racadm sshpkauth -i svcacct -k 2 -p 0xfff -t "key text"
Upload key at index 1 using file upload option.
racadm sshpkauth -i svcacct -k 1 -p 0xfff -f idrsa.pub
sslcertupload
Description Uploads a custom SSL server or CA certificate for
Directory Service from the client to iDRAC.
To use this subcommand, you must have the CMC
Configuration permission.
Synopsis
racadm sslcertupload -t <type> [-f
<filename>]
Input
-t — Specifies the type of certificate to upload, either
the CA certificate for Directory Service or the server
certificate.
89