From bd4c6122a4f8d7f7860d25fad89a2901d2e6933f Mon Sep 17 00:00:00 2001 From: Reto Buerki Date: Thu, 13 Dec 2012 10:22:50 +0100 Subject: [PATCH] Add ssh config to guest root account --- testing/hosts/default/root/.ssh/config | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 testing/hosts/default/root/.ssh/config diff --git a/testing/hosts/default/root/.ssh/config b/testing/hosts/default/root/.ssh/config new file mode 100644 index 0000000..aa102a1 --- /dev/null +++ b/testing/hosts/default/root/.ssh/config @@ -0,0 +1,3 @@ +Host * + StrictHostKeyChecking no + UserKnownHostsFile /dev/null -- 2.7.4