build-arm.sh : remove strict checking on first ssh access

This commit is contained in:
John MacFarlane 2021-03-18 10:22:49 -07:00
parent 89a89a8cf3
commit 0012750c42

View file

@ -49,6 +49,8 @@ done
# At this point you can connect via SSH, or run this script:
# $ ssh -i ~/.ssh/debian-arm-us-east-2.pem admin@$IPADDR
ssh -o "StrictHostKeyChecking=no" -i "~/.ssh/$KEY_NAME.pem" admin@$IPADDR uname -a
SSH="ssh -i ~/.ssh/$KEY_NAME.pem admin@$IPADDR"
echo "Provisioning..."