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

Laine Stump posted 1 patch 5 years, 6 months ago
Failed in applying to current master (apply log)
scripts/nwfilter/210-no-mac-spoofing.t | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt] [tck PATCH] Fix typo in StrictHostKeyChecking setting
Posted by Laine Stump 5 years, 6 months ago
This was inadvertantly changed from "no" to "off" in commit 685bf11b.

Signed-off-by: Laine Stump <laine@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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list