如何让Windows上的TortoiseHg(Mercurial)使用(由Puttygen)生成的私钥文件?
我已经使用Puttygen创建了公钥和私钥,然后准备让Windows 7上的TortoiseHg进行克隆,
ssh://[email protected]/somecode
但似乎没有在哪里将私钥添加到TortoiseHg? (或者甚至只是 Mercurial 命令行)
该文件已经在硬盘上的某个位置作为 somefile.ppk 有人知道如何添加它吗?
I have used Puttygen to create a public and a private key, and then is ready to let TortoiseHg on Windows 7 do a clone by going to
ssh://[email protected]/somecode
but there seems to be no where to add the private key to TortoiseHg? (or even just the mercurial command line)
The file is already some where on hard disk as somefile.ppk Does someone know how to add it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
将以下内容添加到主目录中 Mercurial.ini 的 [ui] 部分(假设您的密钥位于“C:\Users\UserName\mykey.ppk”中):
或使用在 TortoiseHg 安装路径中找到的 Pageant (例如 C:\Program Files\TortoiseHg\Pageant.exe)。启动它,双击出现的任务栏图标,然后添加 .ppk 文件。
Either add the following to the [ui]-section of the mercurial.ini in your home directory (assuming your key is in "C:\Users\UserName\mykey.ppk"):
or use Pageant, found in the TortoiseHg installation path (e.g. C:\Program Files\TortoiseHg\Pageant.exe). Start it, double click the taskbar-icon that appears, and add the .ppk-file.
首先需要一个 ssh 密钥生成器
哦,右键将 id_rsa.pub 的内容复制到 hg 主机
need an ssh key generator first
Oh right copy the contents of id_rsa.pub to hg host