Create ssh keys on your local computer (Only do this once):
$ ssh-keygen
Then run this for every host:
$ ssh-copy-id <<username>>@<<address>>