时间: 2023-04-02 13:03 栏目: Linux 浏览: 1914 赞: 21 踩: 0 字体: 大 中 小
以下为本篇文章全部内容:
今天新开的一台服务器操心系统是ubuntu 22.04的版本 ,在服务器里面链接第三方服务器的提示
Unable to negotiate with xxx port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss
最后使用的解决办法是在
sudo vim .ssh/config
在 .ssh/config 文件下添加以下信息
Host * HostKeyAlgorithms +ssh-dss
问题得以解决
总赞数量:18274
总踩数量:128087
文章数量:29