GitHub only allow 1 deploy keys per repository. How I can use multiple SSH deploy keys in my project?
When I enter private keys with same hostname (github.com), CircleCI create duplicate entry in .ssh/config
Host github.com
IdentitiesOnly yes
IdentityFile /home/ubuntu/.ssh/id_github.com
Host github.com
IdentitiesOnly yes
IdentityFile /home/ubuntu/.ssh/id_github.com
both 2 repos hosted in Github.