From 5c28c037e2d1f329dc519d34e901ff7accfbdcc4 Mon Sep 17 00:00:00 2001
From: an7s <an7s@localhost>
Date: Wed, 27 Jul 2016 15:17:13 +0000
Subject: [PATCH] No strict ssh checking

---
 SMP-analyze.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SMP-analyze.sh b/SMP-analyze.sh
index 48e00dc..bae6264 100755
--- a/SMP-analyze.sh
+++ b/SMP-analyze.sh
@@ -57,7 +57,7 @@ copy_STARS_info()
 	echo "Retrieve STARS info from host $remotehost"
 
 	# Copy the answer back
-	scp -o ConnectTimeout=$COPY_TIMEOUT -o BatchMode=yes -P $IDA_PRO_SERVER_PORT $IDA_PRO_SERVER_USER@$remotehost:${DIRECTORY}/a.ncexe.* .
+	scp -o StrictHostKeyChecking=no -o ConnectTimeout=$COPY_TIMEOUT -o BatchMode=yes -P $IDA_PRO_SERVER_PORT $IDA_PRO_SERVER_USER@$remotehost:${DIRECTORY}/a.ncexe.* .
 	return $?
 }
 
-- 
GitLab