WindTerm icon indicating copy to clipboard operation
WindTerm copied to clipboard

kex error : no match for method encryption client->server: server [aes256-ctr,aes192-ctr,aes128-ctr], client [[email protected]] 会话已断开连接,按回车重新连接。

Open haungminan opened this issue 10 months ago • 5 comments

kex error : no match for method encryption client->server: server [aes256-ctr,aes192-ctr,aes128-ctr], client [[email protected]] 会话已断开连接,按回车重新连接。

haungminan avatar Apr 03 '25 13:04 haungminan

Processed~

haungminan avatar Apr 03 '25 14:04 haungminan

me too

203579397 avatar Apr 07 '25 03:04 203579397

me too,How can developers solve the problem

hell176 avatar Apr 09 '25 03:04 hell176

我也遇到了,要怎么解决呢?

bill-ding007 avatar Apr 15 '25 05:04 bill-ding007

me too

yl9219 avatar May 15 '25 14:05 yl9219

+1, mac os version 2.7.0

crazythq avatar Aug 07 '25 09:08 crazythq

Any solutions to this problem yet on Mac?

fbhuiyan2 avatar Aug 19 '25 17:08 fbhuiyan2

meto

zj56 avatar Sep 18 '25 13:09 zj56

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

zj56 avatar Sep 18 '25 13:09 zj56