From the remote storage server, generate an RSA key pair as the caelmservice user and then copy the public key as authorized_keys_RSS to the /tmp directory on a reporting CA User Activity Reporting Module server. The reporting server typically has an authorized_keys file in the .ssh directory that contains a concatenation of public keys from various collection servers. Send the key with a unique name so that it can be appended to the existing authorized_keys file.
To generate the RSA public/private key pair and copy the public key from the remote storage to a reporting server
su - caelmservice
ssh-keygen -t rsa
chmod 755 .ssh
scp id_rsa.pub caelmadmin@<reporting_server>:/tmp/authorized_keys_RSS
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |