當Mac安裝好WindTerm后進行配置使用時遇到windterm no match for method encryption client
當Mac安裝好WindTerm后進行配置使用時遇到如下:
kex error : no match for method encryption client->server: server [aes128-ctr,aes192-ctr,aes256-ctr], client [aes256-gcm@openssh.com]
會話已斷開連接,按回車重新連接。

環境
macOS Sequoia 15.7.1
windterm 2.7.0
解決方法
sudo vi /etc/ssh/crypto.conf
修改 Ciphers 這行
# 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 ^aes128-gcm@openssh.com,aes256-gcm@openssh.com Ciphers ^aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr KexAlgorithms ^ecdh-sha2-nistp256 MACs ^hmac-sha2-256-etm@openssh.com,hmac-sha2-256

浙公網安備 33010602011771號