From 8fab8b2be3a679dcd4c0d85ecdb67b99acc37188 Mon Sep 17 00:00:00 2001 From: Bence Nagy Date: Thu, 4 Jan 2024 23:47:31 +0100 Subject: [PATCH] allow new github host key --- config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yml b/config.yml index 06743c6..6e80d39 100644 --- a/config.yml +++ b/config.yml @@ -47,7 +47,7 @@ - link: ~/.gitconfig: gitconfig ~/.gitconfig.prefer-ssh: - if: "ssh git@github.com 2>&1 | grep -q 'successfully authenticated'" + if: "ssh git@github.com -o'StrictHostKeyChecking=accept-new' 2>&1 | grep -q 'successfully authenticated'" path: gitconfig.prefer-ssh ~/.gitignore.global: gitignore.global ~/bin/git-review-pr: bin/git-review-pr