使用eclipse生成git的ssh

落地僧發表於2016-01-21

原文名稱:Git分散式開發之生成ssh公鑰

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

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

1.在Preferences>Network Connections>SSH2,切換至Key Management皮膚,點選

 

2.點選生成Genarate RSA Key,並修Commnet,然後點Save Private Key.檔名與Comment保持一致。

 

3.點選General皮膚,點選Add Private Key,選中剛才生成的key

 

4.到這是你的SSH私鑰金鑰已經生成,然後把公鑰(.pub的檔案)發給Git管理員即可。

ps:eclipse配置祕鑰,git@osc配置公鑰,結合使用的!

相關文章