Host gitee.com HostName gitee.com PreferredAuthentications publickey IdentityFile ~/.ssh/gitee_id_rsa
Host github.com HostName github.com PreferredAuthentications publickey IdentityFile ~/.ssh/github_id_rsa
Host gitlab.xxx.com HostName gitlab.xxx.com PreferredAuthentications publickey IdentityFile ~/.ssh/githlab_id_rsa
|