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,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 no
#
in ~/.ssh/config to no avail. The ssh client is OpenBSD 7.6-current
(GENERIC.MP) #219
I can guess ssh-rsa,ssh-dss were disabled for a reason. But, if possible, I need to
enable it in the client to admin certain legacy machines I have no sshd-updating
access to. I'm guessing I'd need to recompile openssh.
Is this easy/possible or is the relevant code gone?
--