我创建一个deploy
用户,生成一个 ssh_key,我将 id_rsa.pub 添加为 github 部署密钥。
这个deploy
用户需要 pull 2 repo,所以我将相同的 ssh_key 添加到另一个 repo 作为部署密钥。
但 github 告诉我,部署密钥已经在使用中。
而且我不知道如何为 1 个用户添加 2 个 id_rsa.pub。
更新:
我添加了 id_rsa_assets 额外,但我仍然无法拉动。
ssh-add .ssh/id_rsa_assets
无法打开与您的身份验证代理的连接。
.ssh/配置
Host guardians
Hostname github.com
User git
IdentityFile ~/.ssh/id_rsa
Host assets
Hostname github.com
User git
IdentityFile ~/.ssh/id_rsa_assets