windows ssh命令配置,报错解决方案Unable to negotiate with **** port 22: no matching host key type found. Their offer: ssh-rsa
C:\Users\Administrator\.ssh\config
Host *
HostkeyAlgorithms +ssh-rsa
PubkeyAcceptedKeyTypes +ssh-rsa
C:\Users\Administrator\.ssh\config
Host *
HostkeyAlgorithms +ssh-rsa
PubkeyAcceptedKeyTypes +ssh-rsa