ssh-copy-id -i ~/.ssh/mykey.pub user@host
nano ~/.ssh/authorized_keys #then add your public key in the end (new line pls)
ssh-copy-id -i $HOME/.ssh/id_rsa.pub user@server1.cyberciti.biz