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.
我想在 VB.NET 应用程序中创建一个功能,允许用户在第一次登录时从服务器下载 SSH\SFTP 证书,然后将其保存到用户电脑中。
有什么建议么?
SSH 不使用证书,它使用 SSH 密钥。当 SSH 客户端连接到服务器时,服务器的密钥从服务器接收并传递以进行验证。市面上大部分的 SSH 组件都允许你获取这个密钥,然后你可以保存这个密钥并断开连接,如果你不需要继续连接。