ssh secure shell链接linux服务器时弹出Server responded "Algorithm negotiation failed"解决方案...

问题:ssh secure shell链接linux服务器时弹出Server responded "Algorithm negotiation failed" 错误。


[img]http://dl2.iteye.com/upload/attachment/0116/9959/971edc7e-320c-3e06-bfb3-1964a9dc1f68.png[/img]

解决方案:

在/etc/ssh/sshd_config后面添加


Ciphers aes128-cbc,aes192-cbc,aes256-cbc,blowfish-cbc,arcfour
KexAlgorithms diffie-hellman-group1-sha1


重启 ssh服务

之后就可以连接了

你可能感兴趣的:(linux)