Skip to content

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

@Ex-Origin

Description

@Ex-Origin

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
[email protected]: Permission denied (publickey).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions