From: Reto Buerki Date: Thu, 13 Dec 2012 09:22:50 +0000 (+0100) Subject: Add ssh config to guest root account X-Git-Tag: 5.0.2rc1~1^2~51 X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=commitdiff_plain;h=bd4c6122a4f8d7f7860d25fad89a2901d2e6933f Add ssh config to guest root account --- 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