Mac Git pull fails with the latest operating system resulting in SSH issues with Mac OS X high Sierra

Source: Internet
Author: User
Tags md5 encryption ssh server

Mac upgrade to the latest operating system SSH encryption mode and Gitlub not the same, resulting in not git pull such as: Mac is MD5 encryption method, Gitlut is AES-256-CBC encryption method is the following

A coworker of mine is reporting an issue with SSH after updating to Mac OS X high Sierra.

$ ssh server-alias-192.168.1.5 Port 22:no matching cipher found. Their OFFER:BLOWFISH-CBC,AES256-CBC

Open the corresponding path, add the following configuration

It turns out that the system was configured to use certain ciphers within /etc/ssh/ssh_config .

You can adjust your local configuration within to make sure, the ~/.ssh/config ciphers supported by your local client match one of the ones offered by the remote server.

# ~/.ssh/config Host *  sendenv LANG lc_*  +AES256-CBC

Mac Git pull fails with the latest operating system resulting in SSH issues with Mac OS X high Sierra

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.