# 在用户目录下的.ssh目录下面
# 例如:C:\Users\dev\.ssh
Host github.com
HostName github.com
PreferredAuthentications publickey
User git
IdentityFile C:/Users/dev/.ssh/id_rsa
Host github2
HostName github.com
PreferredAuthentications publickey
User git
IdentityFile C:/Users/dev/.ssh/my_hub