From 4a8cf0799fff2ef93fb3e49aaec631f3f814272c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 28 May 2019 20:40:46 -0300 Subject: Disable StrictHostKeyChecking for CI SSH configuration --- ssh.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ssh.conf b/ssh.conf index 327254f..7ceedb6 100644 --- a/ssh.conf +++ b/ssh.conf @@ -2,3 +2,5 @@ Host $TLD User root IdentityFile $PWD/secrets/vps_box StrictHostKeyChecking no +Host git.sr.ht + StrictHostKeyChecking no -- cgit v1.2.3