Implementation Guide › Configuring Services › Configuring the Event Log Store › Example: Configure Non-Interactive Authentication for Hub and Spoke › Set Key File Ownership on the Remote Storage Server
Set Key File Ownership on the Remote Storage Server
You can set key file ownership and permissions on a remote storage server after you generate a key pair on the reporting server and copy the public key to that remote storage server.
To move the public key file to the correct location on the remote storage server and set file ownership
- Log into the remote storage server as caelmadmin.
- Switch users to root.
- Change directories to /opt/CA/LogManager/.ssh.
- Copy the authorized_keys file from the /tmp directory to the current directory .ssh:
cp /tmp/authorized_keys .
- Change the ownership of the authorized_keys file with the command:
chown caelmservice:caelmservice authorized_keys
- Change the permissions on the authorized_keys file:
chmod 755 authorized_keys
Non-interactive authentication is now configured between a CA User Activity Reporting Module reporting server and the remote host used for storage.
|
Copyright © 2013 CA.
All rights reserved.
|
|