From b156ca3c77ce14f43b18d13a89126533e66cb42f Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Sun, 30 Oct 2022 22:29:33 +0000 Subject: [PATCH] Accept SSH host keys --- roles/home-cli/files/ssh_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home-cli/files/ssh_config b/roles/home-cli/files/ssh_config index eb20cb8..e5fe3a6 100644 --- a/roles/home-cli/files/ssh_config +++ b/roles/home-cli/files/ssh_config @@ -1,6 +1,6 @@ Host * AddKeysToAgent yes ServerAliveInterval 20 - UpdateHostKeys ask + UpdateHostKeys yes Include config.d/*.config