diff --git a/scripts/ssh.lua b/scripts/ssh.lua index 59b8237..5c7d6e0 100644 --- a/scripts/ssh.lua +++ b/scripts/ssh.lua @@ -99,8 +99,8 @@ function ssh_module.execute_with_output(command, user, host, port, identity_file "-o", "ConnectTimeout=30", "-o", "ServerAliveInterval=5", "-o", "ServerAliveCountMax=1", - "-o", "UserKnownHostsFile=/root/.ssh/known_hosts", - "-o", "StrictHostKeyChecking=yes", + -- "-o", "UserKnownHostsFile=/root/.ssh/known_hosts", + "-o", "StrictHostKeyChecking=no", } if identity_file ~= "" then