git同一電腦管理多個ssh_key

當需要在同一臺電腦配置config

# gitlab Host gitlab.com     
       HostName gitlab.com     
       PreferredAuthentications publickey     
       IdentityFile ~/.ssh/id_rsa_gitlab 

# github Host github.com     
       HostName github.com     
       PreferredAuthentications publickey     
       IdentityFile ~/.ssh/id_rsa_github

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章