[libvirt] [tck PATCH] Fix typo in StrictHostKeyChecking setting

Laine Stump laine at laine.org
Wed Sep 26 18:42:21 UTC 2018


This was inadvertantly changed from "no" to "off" in commit 685bf11b.

Signed-off-by: Laine Stump <laine at laine.org>
---

... and noticed soon after, but apparently nobody took the time to push a fix.

Pushed under the trivial rule.

 scripts/nwfilter/210-no-mac-spoofing.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/nwfilter/210-no-mac-spoofing.t b/scripts/nwfilter/210-no-mac-spoofing.t
index 87c19e7..78c500c 100644
--- a/scripts/nwfilter/210-no-mac-spoofing.t
+++ b/scripts/nwfilter/210-no-mac-spoofing.t
@@ -97,7 +97,7 @@ my $ssh = Net::OpenSSH->new($guestip,
                             user => "root",
                             password => $tck->root_password(),
                             master_opts => [-o => "UserKnownHostsFile=/dev/null",
-                                            -o => "StrictHostKeyChecking=off"]);
+                                            -o => "StrictHostKeyChecking=no"]);
 
 # now bring eth0 down, change MAC and bring it up again
 diag "fiddling with mac";
-- 
2.17.1




More information about the libvir-list mailing list