First of all you need to generate your ssh key.
ssh-keygen
Then when ask for the password, leave it blank
Send your ssh public key to the destination server
ssh-copy-id -i ~/.ssh/id_rsa.pub 192.168.0.1
You are done. Have a try to ssh / scp / rsync