Hi Paul,

Paul Eggert <egg...@cs.ucla.edu> writes:

> Don't know what OpenSSH version you normally run, but with
> OpenSSH_9.6p1 this configuration works for me:
>
> Host cfarm210
>         HostName %h.cfarm.net
>         HostKeyAlgorithms +ssh-rsa
>         PubkeyAcceptedAlgorithms +ssh-rsa
>         RequiredRSASize 1024
>         KexAlgorithms +diffie-hellman-group1-sha1
>
> With OpenSSH_8.9p1 I omit the RequiredRSASize line.

Ah, thanks! The "RequiredRSASize 1024" line fixed it for me too. On
Fedora 40 it is set to 2048 in
/etc/crypto-policies/back-ends/openssh.config. Originally I thought it
was a short RSA key allowed by now outdated ssh versions.

> Isn't SSH configuration wonderful?

Probably a lack of me reading in this case. :)

Collin

Reply via email to