I am trying to call the following command from a cron job on a local machine

gcloud --quiet app instances ssh $instance --service MY_SERVICE --version 
$version -- COMMAND

in the case of a freshly deployed instance this fails in cron job, since 
there is nobody to answer a question 

RSA key fingerprint is XXXXXXXXXXX
Are you sure you want to continue connecting (yes/no)? yes

why --quiet is not enough to quiet the command?

Under normal ssh, I could use a -o StrictHostKeyChecking=no option, but what am 
I supposed to do here?


Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/8fa1f7c8-4a2c-422b-999a-d659dd1850e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine] g... gusev

Reply via email to