Sunday, October 27, 2024

Re: ssh client unable to use legacy/old host key types

Am 28.10.2024 05:35 schrieb void:
> HostKeyAlgorithms +ssh-rsa,+ssh-dss

That's not how the config parser works - i think.

Anyway, I was juggling this for a while to access hp
switches from the same era (hp2940s) and the minimum
settings to make that to work is only this:
PubkeyAcceptedKeyTypes +ssh-rsa
HostKeyAlgorithms +ssh-rsa
KexAlgorithms=+diffie-hellman-group-exchange-sha1

- with otherwise defaults coming with OpenSSH9

(I would guess the sshd on the switches and on the iLO
are same offspring version wise)

Have a great week,
--
pb

No comments:

Post a Comment