You should be able to ssh from the login node to a compute node without giving a password. If it does not work then do below steps:
1) ssh-keygen
Press enter for each question. This will ensure default options.
2) cd .ssh
3) cat id_rsa.pub >> authorized_keys