Users Guide

Uploading SSH keys using web interface
To upload the SSH keys:
1. In the iDRAC Web interface, go to OverviewiDRAC SettingsNetwork User Authentication
Local Users.
The Users page is displayed.
2. In the User ID column, click a user ID number.
The Users Main Menu page is displayed.
3. Under SSH Key Configurations, select Upload SSH Key(s) and click Next.
The Upload SSH Key(s) page is displayed.
4. Upload the SSH keys in one of the following ways:
Upload the key file.
Copy the contents of the key file into the text box
For more information, see iDRAC Online Help.
5. Click Apply.
Uploading SSH keys using RACADM
To upload the SSH keys, run the following command:
NOTE: You cannot upload and copy a key at the same time.
For local RACADM: racadm sshpkauth -i <2 to 16> -k <1 to 4> -f <filename>
From remote RACADM using Telnet or SSH: racadm sshpkauth -i <2 to 16> -k <1 to 4> -
t <key-text>
For example, to upload a valid key to iDRAC User ID 2 in the first key space using a file, run the following
command:
$ racadm sshpkauth -i 2 -k 1 -f pkkey.key
NOTE: The -f option is not supported on telnet/ssh/serial RACADM.
Viewing SSH keys
You can view the keys that are uploaded to iDRAC.
Viewing SSH keys using web interface
To view the SSH keys:
1. In Web interface, go to OverviewiDRAC SettingsNetworkUser AuthenticationLocal
Users.
The Users page is displayed.
2. In the User ID column, click a user ID number.
The Users Main Menu page is displayed.
3. Under SSH Key Configurations, select View/Remove SSH Key(s) and click Next.
The View/Remove SSH Key(s) page is displayed with the key details.
Viewing SSH keys using RACADM
To view the SSH keys, run the following command:
142