https://bugzilla.mindrot.org/show_bug.cgi?id=2991
Darren Tucker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Darren Tucker <[email protected]> --- (In reply to Karthik Adiga from comment #0) > Not able to ssh from 5.3p1 machine to 7.9p1. 5.3p1 supports hmac-md5 > ciphering technique whereas in 7.9p1 it works with hmac-sha1 > algorithm. Both versions support hmac-sha1, so that's not the problem. I suspect Jakub is right, and I further suspect you are connecting to a system like old an FreeBSD which only supports ssh-dss, which is disabled by default in current versions. If that's the case you can try ssh -o HostKeyAlgorithms=+ssh-dss ... -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
