From c8b5e59557c902508c3e4a2db69702fe7d313b39 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 8 Jan 2019 14:06:28 +0100 Subject: [PATCH] ssh option staetd with = for simpler quote management --- lbuild-nightly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbuild-nightly.sh b/lbuild-nightly.sh index b8bdf44d..8f59ca0f 100755 --- a/lbuild-nightly.sh +++ b/lbuild-nightly.sh @@ -249,7 +249,7 @@ function in_root_context () { # convenient for simple commands function run_in_build_guest () { buildname=$1; shift - ssh -o "StrictHostKeyChecking no" root@$(guest_ipv4 $buildname) "$@" + ssh -o StrictHostKeyChecking=no root@$(guest_ipv4 $buildname) "$@" } # run in the vm - do not manage success/failure, will be done from the root ctx -- 2.43.0