
然后 git clone git@xxlh-github.com/xxlh/start
就可以用id_rsa访问xxlh/start项目了!
# 这个是原来的key
# github
Host github.com
HostName github.com
PreferredAuthentications publickey
IdentityFile ~/.ssh/id_ed25519
# 这个是新加的key
# github_2
Host xxlh-github.com
HostName github.com
PreferredAuthentications publickey
IdentityFile ~/.ssh/id_rsa