Skip to content

ssh: Support newer host key signatures #1354

@andrm

Description

@andrm

Right now I only get
debug2: host key algorithms: ssh-rsa,ssh-dss
from gitblit SSHD.
Fedora 33 has changed, it will not accept ssh-rsa (from the server) anymore:
debug1: Offering public key: /home/XXXX/.ssh/id_rsa RSA SHA256:XXXXXXXXXXXXXX agent
debug1: send_pubkey_test: no mutual signature algorithm

Workaround: Set this in .ssh/config:
Host HOSTNAME
PubkeyAcceptedKeyTypes +ssh-rsa

I think SSHD is capable of newer host key sigs

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions