On Sunday, February 19, 2023 at 11:30:49 AM CST, G. Branden Robinson <g.branden.robin...@gmail.com> wrote: > Thanks for pointing this out. I've used it over the past week or so to > improve outcomes on macOS and Solaris 11 hosts. I wasn't able to access > the Solaris 10 system because it and my Debian bullseye system don't > appear to have any hash algorithms in common that would enable an SSH > connection. > > Regards,> >Branden Branden,
At least on my Fedora system, a failed connection attempt with "ssh" suggests alternatives for algorithms that you can then specify to the "ssh" client on a second attempt: $ ssh myserver.example.comUnable to negotiate with 1.2.3.4 port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss $ ssh -o HostKeyAlgorithms=+ssh-rsa myserver.example.com -- Steve Ross