You can use the command-line interface (CLI) to work with Secure Shell (SSH) keys.
To work with SSH keys, complete these steps.
ssh-keygen -t rsaUse secure copy to copy the file to the system.
scp /tmp/OU812.pub user_name@system_ip:/tmpRun either of the following commands:
mkuser -name jane -usergrp Service -keyfile /tmp/OU812.pub
chuser -keyfile /tmp/OU812.pub user_id_or_name