In the last week I generated a SSH id_rsa key on my localhost that I have copied in authorized_key file at the right place on the remote server I want to reach without entering password.
This worked fine.
Now this morning trying to log again without password, it seems that the key is now invalid, I am asked for a password.
I have retried to generate a new key, and copy it again on the remote server authorized_key and it now re-works !
My question: Why was the initial key no more valid ?