scp或者ssh报错“no matching host key type found. Their offer: ssh-rsa,ssh-dss“ 原因:OpenSSH 7.0以后的版本不再支持ssh
scp或者ssh报错“no matching host key type found. Their offer: ssh-rsa,ssh-dss“
原因:OpenSSH 7.0以后的版本不再支持ssh-dss (DSA)算法,查看ssh版本:
ssh -V
解决办法:
ssh -oHostKeyAlgorithms=+ssh-dsa root@192.168.0.102
Host *HostkeyAlgorithms +ssh-rsaPubkeyAcceptedKeyTypes +ssh-rsa
来源地址:https://blog.csdn.net/XXY2083123843/article/details/128370472
--结束END--
本文标题: scp或者ssh报错“no matching host key type found. Their offer: ssh-rsa,ssh-dss“
本文链接: https://lsjlt.com/news/400289.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0