SSH Keys
Create key on local computer
ssh-keygen
Do NOT enter filename, just press enter for passphrase
Copying the Public Key to remote computer
ssh-copy-id local.user.name@remote_computer
Enter: yes, then enter: password
Now you can authenticate without password:
ssh remote.user.name@remote.computer
Enter yes
