git如何添加多个公钥呢?我在github和osc托管项目
世界只因有你
世界只因有你 2017-05-02 09:40:46
0
4
729

ssh-keygen -t rsa -C "your_email@example.com"

这个方法就直接覆盖了~/.ssh/id_rsa.pub下面的公钥了,
我想添加多个公钥,怎么弄呢/

世界只因有你
世界只因有你

Antworte allen(4)
巴扎黑

ssh-keygen -f ~/.ssh/osckeyfile

然后为添加~/.ssh/config 文件,配置git域名,和你上面的ssh私钥路径

Host git.oschina.net # 我没用过,你换osc的域名
    IdentityFile ~/.ssh/osckeyfile

PS:多个网站可以使用同一个key,并不一定要分开

仅有的幸福

话说一台机器的公钥应该是唯一的吧

刘奇

题主可参考:
http://stackoverflow.com/ques...

仅有的幸福
  1. 可共用一个公钥

  2. 不同的密钥命名就不会覆盖了

Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage