On 7/6/24 23:52, Collin Funk wrote:
I can't even ssh into the compile farm Solaris 10 machine without
compiling a custom ssh client:
$ ssh cfarm210.cfarm.net
Bad server host key: Invalid key length
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.
Isn't SSH configuration wonderful?