Software Suite for Oracle Instruction Manual
4.13
Setting Up SSH Connections for Recovery Manager
Recovery Manager for Oracle User’s Guide
where <primary_host> is the primary host’s hostname. 
4.3.7 Setting Up Connections from the Backup Host to the NetBackup Master 
Server
To set up an SSH connection from the backup host to the NetBackup (NBU) master server, 
perform the following:
X Copy the public key (id_rsa.pub) of the backup host to the authorized_keys file of 
the NBU master server. 
If the 
authorized_keys file already exist, add the public key to the end of the 
authorized_keys file.
4.3.8 Verifying Connections from the Backup Host to the NetBackup Master 
Server
From the backup host, verify the connection to the NetBackup master server as follows: 
<backup_host># ssh root@<primary_host>
 The authenticity of host '<primary_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 '<primary_host>' (DSS) to the list of 
 known hosts.
<backup_host # scp ~/.ssh/id_rsa.pub <NBU_server>:~/.ssh/authorized_keys
NOTE: If you are prompted for a password, the setup is incorrect and you must 
redo the previous setup. 










