Open
Description
Describe the bug
Currently is defined that ssh on CentOS 6 supports only macs from macs53
list. With this settings it's impossible to connect by ssh from CentOS 6 to a server with CentOS 7 -- you can see it, when you compare lists macs53
and macs66
.
Expected behavior
In man sshd_config
with openssh v. 5.3p1-104.el6_6.1
you can see:
MACs Specifies the available MAC (message authentication code) algorithms. The MAC algorithm is used in protocol version 2 for data integrity protection. Multiple algorithms must be comma-separated. The default is: hmac-md5,hmac-sha1,umac-64@openssh.com, hmac-ripemd160,hmac-sha1-96,hmac-md5-96, hmac-sha2-256,hmac-sha2-512
So macs from macs59
list are supported and could be used.
Actual behavior
Only macs from macs53
list are allowed.
OS / Environment
CentOS 6, openssh 5.3p1-104.el6_6.1