kex error : no match for method encryption client->server: server [aes256-ctr,aes192-ctr,aes128-ctr], client [[email protected]] 会话已断开连接,按回车重新连接。
kex error : no match for method encryption client->server: server [aes256-ctr,aes192-ctr,aes128-ctr], client [[email protected]] 会话已断开连接,按回车重新连接。
Processed~
me too
me too,How can developers solve the problem
我也遇到了,要怎么解决呢?
me too
+1, mac os version 2.7.0
Any solutions to this problem yet on Mac?
meto
https://www.cnblogs.com/c-keke/p/19049762
cat /etc/ssh/crypto.conf
Default algorithms favoring higher-performance FIPS algorithms
in most cases.
To configure these SSH algorithms, run the following command:
sudo ln -fs crypto/apple.conf /etc/ssh/crypto.conf
#Ciphers ^[email protected],[email protected] Ciphers ^[email protected],[email protected],aes256-ctr,aes192-ctr,aes128-ctr KexAlgorithms ^ecdh-sha2-nistp256 MACs ^[email protected],hmac-sha2-256