Skip to content
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

ssh-publickey: sign_and_send_pubkey: no mutual signature supported #215

Open
Ex-Origin opened this issue Nov 29, 2023 · 0 comments
Open

Comments

@Ex-Origin
Copy link

The ssh-publickey module lacks support for rsa-sha2-256 and rsa-sha2-512, relying instead on rsa-sha. Notably, rsa-sha is deprecated in the most recent version of the OpenSSH client, resulting in connection failures.

$ ssh -V
OpenSSH_9.3p1 Ubuntu-1ubuntu3, OpenSSL 3.0.10 1 Aug 2023
$ ssh 127.0.0.1
sign_and_send_pubkey: no mutual signature supported
root@127.0.0.1: Permission denied (publickey).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant