问题
Unable to negotiate with XXX port : no matching host key type found. Their offer: ssh-rsa
解决方法
cd .ssh vim config
添加信息
Host * HostkeyAlgorithms +ssh-rsa PubkeyAcceptedKeyTypes +ssh-rsa
参考
1. 【已解决】Unable to negotiate with XXX port : no matching host key type found. Their offer: ssh-rsa_大数据之眸;
完