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

浙公网安备 33010602011771号