X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=ssh%2Fstart-on-target.in;h=9e3a60d7a9d951dec4a4ac09c19f671e1c190317;hb=a8103b6f53a89fcbaeea225ab1a4d6624b242176;hp=b0623cf260cf411674c79aa7e624cec09066d2b8;hpb=0c4659c67fa3758298421d268534416f32b8372c;p=staging%2Fxdg-launcher.git diff --git a/ssh/start-on-target.in b/ssh/start-on-target.in index b0623cf..9e3a60d 100644 --- a/ssh/start-on-target.in +++ b/ssh/start-on-target.in @@ -13,7 +13,7 @@ export RSYNC_PREFIX=@RSYNC_PREFIX@/@PROJECT_NAME@ export AFB_REMPORT=@AFB_REMPORT@ export AFB_TOKEN=@AFB_TOKEN@ -exec ssh -o "StrictHostKeyChecking no" -tt $RSYNC_TARGET << EOF +exec ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -tt $RSYNC_TARGET << EOF afb-daemon --workdir=$RSYNC_PREFIX --port=$AFB_REMPORT --roothttp=./htdocs --ldpath=./lib --verbose --token=$AFB_TOKEN & PID_DAEMON=\$!