User's Manual

4.15
Setting Up SSH Connections for Recovery Manager
Recovery Manager for Oracle User’s Guide
For details about the createuser command, refer to the InForm OS Command Line
Interface Reference.
4 Copy the public key of the backup host to the InServ Storage Server.
In the example above:
<username> is the user being created.
<ss_name> is the system name of the InServ Storage Server attached to the backup
host.
<password> is the password for the CLI user being created.
<public_key> is the SSH public key of the backup host.
4.3.10 Verifying Connections from the Backup Host to the InServ Storage
Server
From the backup host, verify the connection from the backup host to the InServ Storage Server
as follows:
<backup_host># ssh <username>@<ss_name>
<username>'s password: <password>
cli% setsshkey
Please enter the SSH puplic key below. When finished, press enter twice. The
key is usually long. It's better to copy it from inside and editor and paste
it here. (Please make sure there are no extra blanks.)
<pass the public key here and press Enter twice>
<public_key>
SSH public key successfully set!
NOTE: If you are prompted for a password, the setup is incorrect and you must
redo the previous setup.