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 +
On Mon, Oct 28, 2024 at 03:46:20AM +, Philipp Buehler wrote:
Try adding:
PubkeyAcceptedKeyTypes +ssh-rsa
that worked!!! TYVM :D
ssh didn't like this in .ssh/config :
###
HostKeyAlgorithms ssh-rsa,ssh-dss
###
or:
###
HostKeyAlgorithms +ssh-rsa,+ssh-dss
###
but the following, plus your
Hello misc@
I'm trying to ssh into a hp iLo gen8.
It has an ancient and currently un-upgradeable sshd.
The error I'm seeing is:
"no matching host key type found. Their offer: ssh-rsa,ssh-dss"
I've tried adding
#
# old-ilo
Host [redacted_ip]
Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes1
Am 28.10.2024 04:36 schrieb void:
# old-ilo
Host [redacted_ip]
Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc
MACs hmac-md5,hmac-sha1,umac...@openssh.com
HostKeyAlgorithms ssh-rsa,ssh-dss
KexAlgorithms diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
VerifyHostKeyDNS n
4 matches
Mail list logo