on client,
First, you will need to generate the local RSA key:
It's recommended you use scp as the file transfer utility:
# scp .ssh/id_rsa.pub username@hostname.com:~
on server,
# cd $HOME
# cat id_rsa.pub >> .ssh/authorized_keys
on client,
First, you will need to generate the local RSA key:
It's recommended you use scp as the file transfer utility:
# scp .ssh/id_rsa.pub username@hostname.com:~
on server,
# cd $HOME
# cat id_rsa.pub >> .ssh/authorized_keys