linux ssh私钥文件可以在Windows上的putty中不加修改地使用吗?
我一直使用 ssh 从 Mac 连接到我的网站。我的 Mac 死了。现在我有了密钥文件,但需要在 Windows 上使用 Putty...
1 - 我可以将 id_rsa 文件重命名为 private.ppk 并按原样与 Putty 一起使用吗?
2 - 有任何陷阱吗? - 因为远程服务器拒绝我的密钥。 :(
I have been connecting to my site from a Mac using ssh. My Mac is dead. Now I have my key files but need to use Putty on Windows...
1 - Can I take my id_rsa file and rename it as private.ppk and use it as-is with Putty?
2 - Are there any gotchas? - because the remote server is refusing my keys. :(
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您不能直接在 PuTTY 中使用 OpenSSH 密钥,但如果您有 puttygen 工具(由 PuTTY 作者提供),则可以导入它们。
有关说明,请参阅 PuTTY 文档中的以下内容: http ://the.earth.li/~sgtatham/putty/0.60/htmldoc/Chapter8.html#puttygen-conversions
You can't use OpenSSH keys directly with PuTTY, but if you have the
puttygen
tool (by the author of PuTTY), you can import them.For directions, see the following from the PuTTY documentation: http://the.earth.li/~sgtatham/putty/0.60/htmldoc/Chapter8.html#puttygen-conversions
不,您需要先使用 puttygen 转换它们
No, you need to convert them first using puttygen