我不知道为什么,但即使我在 ssh 配置中正确提到了为 github 查找名称为 viren.pub 的身份文件
git 仍然将 id_rsa 视为默认值,除非我将viren.pub和viren重命名为id_rsa.pub和id_rsa,否则它似乎不起作用
这里我的 ssh 配置看起来像
Host ec2-123-121-121-121.compute-1.amazonaws.com
Hostname github.com
User git
IdentityFile /root/.ssh/viren
谁能帮忙