HP 3PAR Recovery Manager 4.5.0 for Oracle on Solaris, Red Hat Linux, and Oracle Enterprise Linux User's Guide (QL226-97705, May 2014)

4. Copy the public key of the database server to the HP 3PAR StoreServ Storage system.
<db_server># ssh <username>@<ss_name>
<username>'s password: <password>
cli% setsshkey
Please enter the SSH public key below. When finished, press enter twice.
The key is usually long. It's better to copy it from inside an editor
and paste it here. (Please make sure there are no extra blanks.)
The maximum number of characters used to represent the SSH key
(including the "from" option, key type, and additional comments) is 4095.
<pass the public key here and press Enter twice>
<public_key>
SSH public key successfully set!
In the example :
<username> is the user being created.
<ss_name> is the system name of the HP 3PAR StoreServ Storage system attached to
the database server.
<password> is the password for the CLI user being created.
<public_key> is the SSH public key of the database server.
You can also use the command setsshkey with the option -add to specify that the given
key should be added to the list of authorized keys instead of replacing existing ones.
Verifying Connections from the Database Server to the HP 3PAR StoreServ Storage
From the database server, verify the connection from the database server to the HP 3PAR StoreServ
Storage system as follows:
<db_server># ssh <username>@<ss_name>
The authenticity of host '<ss_name>' can't be established.
DSS key fingerprint is xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:x:xx:xx.
Are you sure you want to continue connecting (yes/no)?
yes
Warning: Permanently added '<ss_name>' (DSS) to the list of
known hosts.
where:
<username> is the CLI user created in “Setting Up Connections from the Backup Server to
the HP 3PAR StoreServ Storage” (page 43).
<ss_name> is the name of the HP 3PAR StoreServ Storage system attached to the database
server.
NOTE: If you are prompted for a password, the setup is incorrect and you must perform the
previous setup again.
46 Configuring Recovery Manager for Oracle