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
- Once the key
file is stored, an ssh client with the corresponding
private key can ssh in as that user without specifying a password.
- Only one public key is supported per appliance user. Subsequent user
sshkey add commands replace the public key file for
that appliance user.
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>