From: Thierry Parmentelat Date: Thu, 20 Nov 2008 10:57:25 +0000 (+0000) Subject: use /dev/null as known_hosts, hope to lower noise from ssh warning messages X-Git-Tag: tests-4.3-0~75 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=755065dd82ca8e1d6406a223e07ff1c2fe26b044;p=tests.git use /dev/null as known_hosts, hope to lower noise from ssh warning messages --- diff --git a/system/TestSsh.py b/system/TestSsh.py index fbaee1c..d881cf8 100644 --- a/system/TestSsh.py +++ b/system/TestSsh.py @@ -55,7 +55,7 @@ class TestSsh: def is_local(self): return TestSsh.is_local_hostname(self.hostname) - std_options="-o StrictHostKeyChecking=no -o BatchMode=yes " + std_options="-o BatchMode=yes -o StrictHostKeyChecking=no -o CheckHostIP=no -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null " def key_part (self): if not self.key: