SSH 报“Key exchange algorithm failed”信息

SSH 报“Key exchange algorithm failed”信息

如果通过SSH连接Linux主机,报“Key exchange algorithm failed”,可以通过以下方法来解决这个问题:

步骤:

(1) 删除/etc/ssh下面的公钥/私钥对

$ rm -rf /etc/ssh/ssh_host_*_key*

(2) 生成新的公钥/私钥对

$ ssh-keygen -t rsa|dsa

(3) 重启SSH服务

/etc/init.d/ssh restart

发表评论

您的电子邮箱地址不会被公开。