just generate a ssh key like:
***ssh-keygen -t rsa -C "
your_email@youremail.com"***
copy the content of **~/.ssh/id_rsa.pub** and lastly add it to the remote machines **~/.ssh/authorized_keys**
make sure remote machine have the permissions 0700 for ~./ssh folder and 0600 for ~/.ssh/authorized_keys