ssh config host

Host mygithub
  HostName github.com
  User git
  IdentityFile ~/.ssh/github/id_rsa
  IdentitiesOnly yes
相关文章
相关标签/搜索