Add the local hosts public key to the remote hosts .ssh/authorized_keys

So from the local host run the following command:

cat ~/.ssh/id_rsa.pub | ssh userName@serverName 'cat >> .ssh/authorized keys'