-
-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use default SSH public key first #3982
Comments
Replying to [3982 tom@…]:
It should read the configuration from the OpenSSH configuration file as described in https://trac.cyberduck.io/wiki/help/en/howto/ssh#OpenSSHConfiguration. |
I was on that page before but it is not clear to me what I have to do for Cyberduck to automatically read my ~/.ssh/id_rsa key. Where (and why) do I specify the key in the config? |
Replying to [comment:2 tom@…]:
I have updated the page with additional info. We do not read the |
This does not work for the quick connect field, also shouldn't be required for the user to set up an IdentityFile. |
We have disabled this by default in 4eb231e because of #6388. To enable, set the hidden configuration option |
Documentation in OpenSSH Configuration Interoperability. |
Cyberduck always prompts me for the password even if I have a public key which openssh uses by default to log in on the server. I shouldn't have to set the public key for every connection manually.
The text was updated successfully, but these errors were encountered: