diff --git a/SMP-analyze.sh b/SMP-analyze.sh index 48e00dcbd4bba8ab9603030c65b9f356792b0225..bae62640964ff7da207c563db3bad9e6328a6624 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 $? }