user sshkey add

Purpose

Retrieve an SSH public key file from the specified URL for use by the current user.

Syntax

user sshkey add url

Parameters

url
URL of public key file

Usage Notes

Related Commands

See user sshkey delete.

Example

Retrieve a public key for the currently logged-in user.
Console> user sshkey add scp://user1@system1.rtp.raleigh.ibm.com:~/mypublickey 
user1@system1.rtp.raleigh.ibm.com's password:                                  
mypublickey                                   100%  411     0.4KB/s   00:00    
Wrote 411 bytes to local storage                                               
Adding ssh public key file for user wilma                                      
Ok                                                                             
Console>