openssh 8.8p1 (just released in Rawhide) cannot connect to older
servers.  The error is:

  Unable to negotiate with [server] port 22: no matching host key type found. 
Their offer: ssh-rsa,ssh-dss

It seems like the cut-off point is RHEL <= 6 broken, RHEL >= 7 is OK.
I eventually found a workaround/solution to this deep in an Arch
thread:

  https://bbs.archlinux.org/viewtopic.php?pid=2006291#p2006291

or the equivalent on the command line:

  ssh -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa rhel6

Both config options seem to be necessary.

Rich.


-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-builder quickly builds VMs from scratch
http://libguestfs.org/virt-builder.1.html
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to