HP-UX AAA Server A.08.01 administrator's guide (T1428-90072, May 2010)

Table Of Contents
to start the RMI Server on the remote host, the default : aaa,
rmiserver.aaa.user property in the rmiserver.properties file can be modified
to change the default aaa value.
NOTE: If you do not choose to use SCP, RMI Server is used by default.
Setting up Key-Based Authentication
This section describes how to set up key-based authentication between the user account
configured to start Tomcat (HP-UX AAA Server Manager) on the local host and the
user account configured to start the RMI Server on the remote host.
Setting up key-based authentication involves creating a public-private key set with
ssh-keygen, generating public-private rsa key pair, and sharing the public key with
the user account configured to start the RMI Server on the remote host.
This section describes the following procedures:
“Creating a Public-Private key set with ssh-keygen” (page 97)
“Sharing the Public key with Remote Hosts” (page 98)
Creating a Public-Private key set with ssh-keygen
To create a public-private key set with ssh-keygen on the local host, complete the
following steps:
1. Log in using the name used to start Tomcat.
2. To create the ssh directory, enter the following command at the HP-UX prompt:
# mkdir ~/.ssh
3. Change the permissions of the directory as follows:
# chmod 700 ~/.ssh
4. Change to the ssh directory as follows:
# cd ~/.ssh
Loading and Saving Your Configuration 97