build-arm.sh : remove strict checking on first ssh access
This commit is contained in:
parent
89a89a8cf3
commit
0012750c42
1 changed files with 2 additions and 0 deletions
|
@ -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..."
|
||||
|
|
Loading…
Add table
Reference in a new issue