I've got an ubuntu desktop within a VirtualBox machine and I've got a strange behaviour with the openssh server :
- when my user is not already connected to the server (first ssh connexion), it prompts for password even though privates keys are availiable (PuTTY + Pagent). After that first connection, if I open a secondary or a third connection it gets connected with the keys.
- If I close all connections and open a new one it prompts for the password.
- If I have let say 4 open connections and I close the first one (the one that prompted for the password), the fifth connection will be opened with the keys
Anybody already seen this ?
Thanks for the time spent helping