ssh option staetd with = for simpler quote management
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 8 Jan 2019 13:06:28 +0000 (14:06 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 8 Jan 2019 13:06:28 +0000 (14:06 +0100)
lbuild-nightly.sh

index b8bdf44..8f59ca0 100755 (executable)
@@ -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