使用eclipse生成git的ssh

原文名称:Git分布式开发之生成ssh公钥

原文地址:http://blog.csdn.net/lastsweetop/article/details/8251784

推荐再看看:http://my.oschina.net/China2012/blog/174874

1.在Preferences>Network Connections>SSH2,切换至Key Management面板,点击

使用eclipse生成git的ssh_第1张图片

 

2.点击生成Genarate RSA Key,并修Commnet,然后点Save Private Key.文件名与Comment保持一致。

使用eclipse生成git的ssh_第2张图片

 

3.点击General面板,点击Add Private Key,选中刚才生成的key

使用eclipse生成git的ssh_第3张图片

 

4.到这是你的SSH私钥密钥已经生成,然后把公钥(.pub的文件)发给Git管理员即可。

ps:eclipse配置秘钥,git@osc配置公钥,结合使用的!

你可能感兴趣的:(使用eclipse生成git的ssh)