Put your pub key `id_rsa.pub` into remote `authorized_key` file.
On remote:
~/.ssh/authorized_keys
scp ~/.ssh/id_rsa.pub user@remote:
ssh-copy-id your_username@192.0.2.0