diff --git a/demo/homeassistant/ssh_config b/demo/homeassistant/ssh_config index 1bbe8c4..2717f97 100644 --- a/demo/homeassistant/ssh_config +++ b/demo/homeassistant/ssh_config @@ -3,4 +3,6 @@ Host example User nixos HostName 127.0.0.1 IdentityFile sshkey - IdentitiesOnly yes \ No newline at end of file + IdentitiesOnly yes + StrictHostKeyChecking no + UserKnownHostsFile=/dev/null \ No newline at end of file