HP-UX AAA Server A.08.00.01 Administrator's Guide

3. Create a new directory as follows:
# mkdir .ssh
4. Change the permissions of the directory as follows:
# chmod 700 .ssh
5. To append the public key to the authorized_keys directory, enter the following
command at the HP-UX prompt:
# cat <desired path>/<public key file> >> .ssh/authorized_keys
6. Change the permissions of the directory as follows:
# chmod 644 .ssh/authorized_keys
7. Log out of the system.
NOTE: You must repeat this procedure for all the user accounts on all the remote
RMI servers with which you want to share the public key.
Verifying Key-Based Authentication
To verify key-based authentication, log in to the remote system from the local host
where HP-UX Server Manager GUI is running, as follows:
# ssh <user>@<remoteserver>
If a password is not required to log in, key-based authentication is configured
successfully.
Loading and Saving Your Configuration 95