Quick Reference Guide

104 RACADM Subcommands
Options
Example
View all existing public key entries and associated user privilege levels for
these keys
racadm sshpkauth -v -i svcacct -k all
View just one particular key
racadm sshpkauth -v -i svcacct -k 1
Specify the key text for the PKA key
racadm sshpkauth -i svcacct -k 1 -p 0xfff -t ""
Specify the file containing the key text to upload
racadm sshpkauth -i svcacct -k 1 -p 0xfff -f
public_key_file
Table 2-42. sshpkauth Subcommand Options
Option Description
-k
<index>
Enables you to view all existing public key entries and associated user
privilege levels for these keys. <index> can be from 1 to 6 (or all for -v
/ -d options) to assign the PK key being uploaded.
-t Specifies the key text for the PKA key.
-f Specifies the file containing the key text to upload.
NOTE: This option is supported only on remote RACADM version 6.1.
-d Deletes a key and the privilege for index provided.
-p Specifies the privilege level to be given for the key. Also specifies the bit
masks for user privileges. For more information on bit masks, see
Ta b le 3- 1 .
-i Specifies the index for the user. For CMC, it must be svcacct.
-v Enables you to view privilege and key text.