From e70c110e8dafb3a1fef672e6c78734236a40e0db Mon Sep 17 00:00:00 2001 From: ibizaman Date: Sat, 9 Dec 2023 10:15:24 -0800 Subject: [PATCH] avoid needing to accept the VM's host key --- demo/homeassistant/ssh_config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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