ssh-keygen -t rsa
Copy the public key to the vps (replace vps by the hostname or IP address):
ssh-copy-id -i .ssh/id_rsa.pub vps
Login to the VPS from your desktop:
ssh vps
ssh-keygen -t rsa
ssh-copy-id -i .ssh/id_rsa.pub vps
ssh vps
Powered by WHMCompleteSolution