Loading

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

编辑~/.ssh/config

Host 192.168.xx.xx
HostkeyAlgorithms +ssh-rsa
PubkeyAcceptedKeyTypes +ssh-rsa
User yourname

Host 192.168.xx.xx
HostkeyAlgorithms +ssh-rsa
PubkeyAcceptedKeyTypes +ssh-rsa
User yourname
posted @ 2024-08-27 18:47  还会再见吗燕子  阅读(43)  评论(0)    收藏  举报