Error change HMAC Algorithms
Hello,
Currently from Solaris 10 server, when trying to connect by SFTP or SSH to a remote server, it throws me error:
************
no matching mac found: client hmac-md5,hmac-sha1,hmac-sha1-96,hmac-md5-96 server hmac-sha2-512,hmac-sha2-256,hmac-ripemd160,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-ripemd160-etm@openssh.com
************
If I check the MACs of my server I get this:
Algorithm Keysize: Min Max (bits)
------------------------------------------
des_mac 64 64
sha1_hmac 8 512
md5_hmac 8 512
sha256_hmac 8 512
sha384_hmac 8 1024
sha512_hmac 8 1024
Visually, the name of the MAC is the same but the order is interchanged. How can I solve this problem?