I have set up private/public keys between a client and a server. I can do passwordless ssh logins.
I use x2go to establish remote desktop sessions from the client, with the following configuration:
However, I'm unable to achieve a passwordless login as described in https://wiki.x2go.org/doku.php/wiki:advanced:authentication:passwordless-ssh
After being prompted for the passhprase, I still get prompted for the user password.
What is missing?
It appears that the documentation wiki is outdated. It states (bold emphasis is mine):
Instead, only setting the option
Try auto login
is actually required. the fieldUse RSA/DSA key for ssh connection
must be left empty.