Fix(Choux): fix git_opytex identityfile in ssh config

This commit is contained in:
Bertrand Benjamin 2019-01-07 14:06:00 +01:00
parent c0b08617ba
commit 9cc45eb4bf

View File

@ -18,7 +18,7 @@ Host git_opytex
HostName git.opytex.org
User git
Port 2222
identityfile ~/.ssh/id_rsa_git
identityfile ~/.ssh/id_rsa_gitopytex
IdentitiesOnly yes
Host github