#1501
[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
[Docker] How-To Link Gitlab & Jenkins together