升级到 macOS Ventura 之后 SSH 可能遇到 rsa key 验证失败,解决方案

编辑 ~/.ssh/config, 新增两行:

HostkeyAlgorithms +ssh-rsa
PubkeyAcceptedAlgorithms +ssh-rsa



评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注