Making a New Set of Keys for Your Secure Shell
This will show you how to make a set of public / private keys for the secure shell. This must be done in order to make use of the full capabilities of the secure shell.
Run the command
ssh-keygen2
with any options that you wish (see the man page for ssh-keygen2 for the options.)
Enter your passphrase (this is used to help remember the private key) twice.
At this point, everything is set up so that this user can benefit from the secure shell fully.