[Bug 2991] Not supports hmac-md5 ciphering technique

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Tue Apr 9 21:30:24 AEST 2019


https://bugzilla.mindrot.org/show_bug.cgi?id=2991

Darren Tucker <dtucker at dtucker.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dtucker at dtucker.net

--- Comment #2 from Darren Tucker <dtucker at dtucker.net> ---
(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.


More information about the openssh-bugs mailing list