1 ssh restrictions, 2 modifying the ssh daemon configuration, Ssh restrictions – HP 3PAR Application Software Suite for Oracle User Manual
Page 58: Modifying the ssh daemon configuration

4.10
Setting Up SSH Connections for Recovery Manager
Recovery Manager for Oracle User’s Guide
Figure 4-4. SSH Connection Relationship for Remote Copy Support
4.3.1 SSH Restrictions
Recovery Manager has the following SSH restrictions:
■
The
ssh
and
scp
commands must be located in the
/usr/bin/
directory. Create symbolic
links as follows:
■
SSH keys on the primary and backup hosts must be generated with no passphrase. Recovery
Manager does not support an SSH passphrase or SSH agent.
4.3.2 Modifying the SSH Daemon Configuration
If SSH needs to be configured for the root user, then the SSH daemon on the primary host,
backup host, and NetBackup master server must be configured to allow root access. Perform
the following on each system:
1
Verify that the SSH daemon allows root access by checking the
sshd_config
file for the
following line:
Root User
Root User
Backup/Remote
SSH
SSH
Primary/Local
Host
Host
Recovery
Primary/Local
InServ Storage
Server
InServ Storage
Secondary/Remote
Server
Manager User
Recovery
Manager User
SSH
#ln -s /usr/local/bin/ssh /usr/bin/ssh
#ln -s /usr/local/bin/scp /usr/bin/scp