Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

SSH Not Working After Update To 10.13.2 (HighSierra)

After upgrading my High Sierra to version 10.13.2, the ssh client service stopped working, displaying the following error:

"Unable to negotiate with "xxx" port "xxx": no matching cipher found. Their offer: aes128-cbc, 3des-cbc, blowfish-cbc, cast128-cbc, arcfour, aes192-cbc, aes256-cbc, rijndael-cbc @ lysator.liu.se"

Does anyone know how to solve or if it is bug?

iMac, macOS High Sierra (10.13.2), null

Posted on Dec 12, 2017 6:25 AM

Reply
Question marked as Best reply

Posted on Dec 14, 2017 11:10 AM

Yeah, same problem here. For now, you can work around this with ...


ssh -c 3des-cbc <user>@<hostname>


Or by modifying your ~/.ssh/config file with something like...

...

Ciphers 3des-cbc

...


Or, get your server admin to add one of the keys that shows up in ssh -v to the server's sshd_config.

7 replies

There are no replies.

SSH Not Working After Update To 10.13.2 (HighSierra)

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.