ssh指定密钥登录服务器失败 Their offer: ssh-rsa 问题解决修改ssh配置文件 ~/.ssh/config 添加如下配置 (没有 config 文件则新增)123# 追加内容HostKeyAlgorithms ssh-rsaPubkeyAcceptedKeyTypes ssh-rsa