在 Tamir .Net SSH 库上使用 SSH 私钥 1.1
我的任务是将文件加载到 SSH 服务器上的 Unix Java 应用程序替换为使用 Tamir 的 OpenSSH 库的 C#.Net 应用程序。 SSH 服务器接受使用“SSH PRIVATE KEY FILE FORMAT 1.1”的密钥,而 Tamir 的库无法理解该格式。有谁知道哪些 Windows 工具可以转换此密钥,或者可以读取它的 .Net 库?
I'm tasked with replacing a Unix Java application that loads files onto a SSH server with a C#.Net application using Tamir's OpenSSH library. The SSH server accepts a key that uses "SSH PRIVATE KEY FILE FORMAT 1.1", which Tamir's library doesn't understand. Does anyone know what Windows tools can convert this key, or a .Net library that can read it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
幸运的是,我被授予了该帐户的访问权限,并且能够生成图书馆可以读取的新密钥。
Fortunately, I was granted access to the account and was able to generate a new key that the library can read.