其他分享
首页 > 其他分享> > 阿里云网页版远程链接出错-Unable to negotiate key exchange for server host key algorithms

阿里云网页版远程链接出错-Unable to negotiate key exchange for server host key algorithms

作者:互联网

解决方案

备注:

第一步:登录实例,参考如下,恢复相关文件默认权限。

cd /etc/ssh

image

第二步:删除相关文件

sudo rm -rf ssh_host_*

image

第三步:重启SSH服务,自动生成相关文件

systemctl restart sshd

image

第四步: 成功了
image

备注:
致谢:参考阿里云客服建议。

标签:exchange,sudo,negotiate,host,阿里,ssh,key,备注
来源: https://www.cnblogs.com/yumoz/p/yumoz.html