From 9cc45eb4bf8ed397f2970b9cbfe451649f818fc8 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Mon, 7 Jan 2019 14:06:00 +0100 Subject: [PATCH] Fix(Choux): fix git_opytex identityfile in ssh config --- files/sshconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/sshconfig b/files/sshconfig index fed0f82..a3e94d4 100755 --- a/files/sshconfig +++ b/files/sshconfig @@ -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