0
点赞
收藏
分享

微信扫一扫

no matching host key type found. Their offer: ssh-rsa

Gascognya 2022-07-30 阅读 153

在当前家目录下.ssh/config 创建此文件

Host *
HostkeyAlgorithms +ssh-rsa
PubkeyAcceptedKeyTypes +ssh-rsa

写入以上内容保存即可

举报

相关推荐

0 条评论