diff scripts/.bela_common @ 532:53ce8eac833c prerelease

Merge
author chnrx <chris.heinrichs@gmail.com>
date Thu, 23 Jun 2016 20:41:22 +0100
parents f299f4383959
children
line wrap: on
line diff
--- a/scripts/.bela_common	Thu Jun 23 20:40:05 2016 +0100
+++ b/scripts/.bela_common	Thu Jun 23 20:41:22 2016 +0100
@@ -36,7 +36,7 @@
 
 check_board_alive(){
 	printf "Checking the board is up and running at $BBB_ADDRESS..."
-	ssh -o ConnectTimeout=10 $BBB_ADDRESS exit && printf "done\n" || {
+	ssh -o StrictHostKeyChecking=no -o ConnectTimeout=10 $BBB_ADDRESS exit && printf "done\n" || {
 		printf "\nERROR: the board does not respond at $BBB_ADDRESS, check that the address is correct and the board is connected.\n";
 		exit 1;
 	}