Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 Eldos 的 SFTP 网络驱动器将驱动器映射到虚拟 Ubuntu 服务器。我在使用密码进行身份验证时效果很好。我已经尝试了配置基于密钥的访问的正常/典型方法。但是,我收到错误 10058。我搜索了明确的说明但没有成功。
有人使用基于密钥的访问吗?请分享您如何配置它。
谢谢 :)
如果您通过命令行连接(例如,使用“open /profile:server”命令行参数)并且您正在访问最近重新安装的服务器,则连接将因更改服务器 ssh 指纹而静默失败。
尝试手动重新连接(不使用命令行),接受新指纹,问题就会解决。
这是因为服务器出于某种原因不接受密钥并关闭连接。通常这是错误服务器的一个指标,它通常应该发送错误数据包作为响应。
但是您的问题在 StackOverflow 上是题外话。