ssh - WinSCP - 主机 key 算法首选项

标签 ssh sftp winscp

如果我将 RSA 移动到列表顶部,为什么我看不到 ssh-rsa 2048 key 而不是 ssh-ed25519 256 key 。

enter image description here

它显示:WinSCP 显示:ssh-ed25519 256 ff:2e:5e:33:7a:15:de:69:18:cf:82:ae:f0:4e:7b:d2(当我点击“Session ”,然后是“服务器/协议(protocol)信息”)。这个指纹与上面的 key 交换算法选项无关吗?

这是我发起的这个话题的后续:Convert Ed25519 to RSA fingerprint (or how to find SSH fingerprint)

最佳答案

key 交换算法和主机 key 算法是不同的东西。

WinSCP 没有用于选择主机 key 算法的配置选项。


虽然,有一个隐藏的raw session settings HostKey配置主机 key 类型优先级。

从 WinSCP 5.16 开始,您可以 configure it in the GUI .有关详细信息,请参阅@Joeri 的回答。


或者,您可以 configure site with preferred host key algorithm in PuTTYimport the site to WinSCP .

enter image description here

关于ssh - WinSCP - 主机 key 算法首选项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44786663/

相关文章:

debian - 如何使用 WinSCP 以 root 身份访问 Debian 8 服务器

java - SFTP JSch 库是否可以上传多部分文件?

java - session .connect : java.net.ConnectException

winscp - 不要使用 WinSCP .NET 程序集遍历目录

linux - 在 winSCP 中切换用户

ssh - 是否可以在不附加到 screen session 的情况下查看 screen session 的内容?

ssh - SSH 时, channel 0 上的 PTY 分配请求失败

linux - 在远程主机上执行脚本 - 本地主机给出的输出

ftp - WinSCP - 重命名目录中的文件,禁止列出/浏览

iOS/ swift : directly manipulate remote MySQL over SSH