# Check for passwordless connections
# http://stackoverflow.com/questions/3830508/check-if-passwordless-access-has-been-setup#3830680
- if ! $HYDRA_CONNECT -o NumberOfPasswordPrompts=0 $FQDN true; then
+ if ! $HYDRA_CONNECT -o NumberOfPasswordPrompts=0 -o BatchMode=yes $FQDN true; then
echo "Unable to connect to $FQDN via SSH without a password."
echo "Check network connection to machine or set a passwordless login for your user at $FQDN using public key auth."
continue