Never knew this tool existed:
ssh-copy-id
Set up your public key by entering ssh-keygen in a terminal. Enter ssh-copy-id user@host (entering the appropriate user and hostnames) and you can then log in to the remote server using ssh user@host without having to enter your password. Both quick and easy!