HP 3PAR Application Software Suite for Oracle User Manual
Page 63

4.13
Setting Up SSH Connections for Recovery Manager
Recovery Manager 3.0.3/3.0.4 for Oracle User’s Guide
4.3.5 Setting Up Connections from the Backup Host to the Database Host
To set up an SSH connection from the backup host to the database host, perform the
following:
Copy the public key (
id_rsa.pub
) of the backup host to the
authorized_keys
file of
the database host.
If the
authorized_keys
file already exist, add the public key to the end of the
authorized_keys file.
4.3.6 Verifying Connections from the Backup Host to the Database Host
From the backup host, verify the connection to the database host as follows:
where
<db_
host
>
is the database host’s hostname.
<backup_host> # scp ~/.ssh/id_rsa.pub <db_host>:~/.ssh/authorized_keys
NOTE: If you are prompted for a password, the setup is incorrect and you must
redo the previous setup.
<backup_host># ssh root@<db_host>
The authenticity of host '<db_host>' 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 '<db_host>' (DSS) to the list of
known hosts.