-
-
Notifications
You must be signed in to change notification settings - Fork 297
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
Cannot connect with Yubikey on OpenSSH 8.8+ #13306
Comments
Which Cyberduck version? Footnotes |
|
I can confirm this issue when using the agent. Connections with the private key selected explicitly in the bookmark work fine. |
Relates to hierynomus/sshj#763. |
Depends on iterate-ch/jsch-agent-proxy#1. |
When does this land in a snapshot interested to test it :) |
This change is included in build 8.3.3.37537 and later. |
The connections get declined with userauth_pubkey: key type ssh-rsa not in PubkeyAcceptedAlgorithms [preauth]
See references
https://youtrack.jetbrains.com/issue/IDEA-291877/Unable-to-connect-to-OpenSSH-8.8+-servers-with-RSA-keys
https://administrator.de/knowledge/openssh-8-8-update-putty-versions-hinweis-1373660060.html
Adding
to sshd config fixes it.
ssh, sftp scp on the CLI works for that server without that config
The text was updated successfully, but these errors were encountered: