How to ssh to localhost without password?
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 -rf .ssh/* user@PC:~$ ssh-keygen -t rsa > ...