From eb303b8e45499fcfb52b4f7fa48c77fe68a76d4d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 26 May 2019 20:42:36 -0300 Subject: Disable StrictHostKeyChecking for SSH access --- ssh.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/ssh.conf b/ssh.conf index 763925d..1cc67de 100644 --- a/ssh.conf +++ b/ssh.conf @@ -1,3 +1,4 @@ Host $TLD User root IdentityFile $PWD/secrets/id_rsa + StrictHostKeyChecking no -- cgit v1.2.3