After you configure and validate non-interactive authentication from each collection server to the reporting server, you configure and validate non-interactive authentication from the reporting server to the remote storage server.
For the example scenario, configuration begins with generating a new RSA key pair on the reporting server, ELM-RPT, and copying the public key as authorized_keys to the /tmp directory of the remote storage server, RSS.
To generate an RSA key pair on the reporting server and copy it to the remote storage server
su - caelmservice
ssh-keygen -t rsa
chmod 755 .ssh
scp id_rsa.pub caelmadmin@RSS:/tmp/authorized_keys
This creates the authorized_keys file in the /tmp directory on the remote storage server with the content of the public key.
Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |