Code Snippet

Just another Code Snippet site

[SSH] fatal: no matching mac found

fatal: no matching mac found: client hmac-sha1,hmac-sha1-96 server hmac-sha2-256,hmac-sha2-512,hmac-ripemd160 
vi /etc/ssh/sshd_config

Search for a line containing “mac”
and add the “client” values (from error message)

service sshd restart


Leave a Reply

Your email address will not be published. Required fields are marked *