X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=inline;f=ssh%2Fstart-on-target.in;h=9e3a60d7a9d951dec4a4ac09c19f671e1c190317;hb=3a3925bfec46d38e33014e007538de4d2465ebb5;hp=b0623cf260cf411674c79aa7e624cec09066d2b8;hpb=0c4659c67fa3758298421d268534416f32b8372c;p=apps%2Fapp-templates.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=\$!