摘要:
Unable to negotiate with x.x.x.x port 2222: no matching host key type found. Their offer: ssh-rsa 修改ssh的配置文件~/.ssh/config添加,默认开启rsa HostKeyAlgorithms 阅读全文
摘要:
rsa Unable to negotiate with 192.168.20.10 port 22: no matching host key type found. Their offer: ssh-rsa scp: Connection closed 手动指定加密方式为rsa scp -o H 阅读全文