EDIT: Putting exactly what was done
I need to SSH localhost without password, the usual way of doing it (with public keys) do not work.
user@PC:~$ rm
Two simple steps:
ssh-keygen -t rsa ssh-copy-id localhost
Enter password and you're done.