To enable public-key authentication with your key pair:
Check that your keys are stored in the default location:
the
$HOME/.ssh2
directory.
Connect to Server using your password.
Use SCP to upload your public key to the server, to your
authorized_keys directory (by default
$HOME/.ssh2/authorized_keys on Unix servers
):
$ scpg3 id_dsa_2048_a.pub ServerUser@5xServer:.ssh2/authorized_keys/