search
top

Creating SSH Keys for User Accounts on RecoverPoint

Introduction

Automation can be a thing of beauty to an admin, as well as a curse. In the case of SSH Keys it is a must for running reports and commands without having to type a password. Such is the case with EMC RecoverPoint

Process

First step is to generate the private and public keys for the ID you will be using. Once you have the keys generated you will want the id_rsa.pub file.

Next, login to Unisphere for RecoverPoint as the security-admin ID, to create the ID you just generated the key for earlier.

rp_login

Navigate to Admin > Manage Users. Click Add button. Type in name and password and set the security level. Click OK when completed.

rp_idcreate

Next login ssh to the RPA Cluster using the id you just created. We are going to add the key. Type add_ssh_key and press enter.

rp_idcreate2

Enter in a name, Example: storagesvc

rp_idcreate3

Paste in the contents of the id_rsa.pub key and press Enter.

rp_idcreate4

Answer Y when prompted. You are now able to ssh without a username or password as the storagesvc account to RecoverPoint.

 

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

top