aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-28 20:40:46 -0300
committerEuAndreh <eu@euandre.org>2019-05-28 20:46:31 -0300
commit4a8cf0799fff2ef93fb3e49aaec631f3f814272c (patch)
treebba15bbe5e95581ee7241ba19009536eab4158de
parentTODOs.org (diff)
downloadserver-4a8cf0799fff2ef93fb3e49aaec631f3f814272c.tar.gz
server-4a8cf0799fff2ef93fb3e49aaec631f3f814272c.tar.xz
Disable StrictHostKeyChecking for CI SSH configuration
-rw-r--r--ssh.conf2
1 files changed, 2 insertions, 0 deletions
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