diff options
author | EuAndreh <eu@euandre.org> | 2019-05-28 20:40:46 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-28 20:46:31 -0300 |
commit | 4a8cf0799fff2ef93fb3e49aaec631f3f814272c (patch) | |
tree | bba15bbe5e95581ee7241ba19009536eab4158de | |
parent | TODOs.org (diff) | |
download | server-4a8cf0799fff2ef93fb3e49aaec631f3f814272c.tar.gz server-4a8cf0799fff2ef93fb3e49aaec631f3f814272c.tar.xz |
Disable StrictHostKeyChecking for CI SSH configuration
-rw-r--r-- | ssh.conf | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,3 +2,5 @@ Host $TLD User root IdentityFile $PWD/secrets/vps_box StrictHostKeyChecking no +Host git.sr.ht + StrictHostKeyChecking no |