1. 程式人生 > >Server responded “algorithm negotiation failed”問題解決辦法:

Server responded “algorithm negotiation failed”問題解決辦法:

在windows使用Secure Shell Client 遠端登入linux時遇到如下報錯:

解決辦法

開啟/etc/ssh/sshd_config檔案,在檔案末尾新增如下內容

Ciphers aes128-cbc,aes192-cbc,aes256-cbc,aes128-ctr,aes192-ctr,aes256-ctr,3des-cbc,arcfour128,arcfour256,arcfour,blowfish-cbc,cast128-cbc MACs hmac-md5,hmac-sha1,,hmac-ripemd160,hmac-sha1-96,hmac-md5-96 KexAlgorithms diffie-hellman-group1-sha1,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group-exchange-sha256,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group1-sha1,

然後重啟sshd服務即可

sudo service ssh restart

再重新連結即可