From ae233a477b2a28080c59f343e123db627b21025b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 9 Jun 2018 16:09:51 -0300 Subject: Deploy: set BatchMode=yes for ssh check procedure --- share/hydra/deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/hydra') diff --git a/share/hydra/deploy b/share/hydra/deploy index c20eee2..0392f63 100755 --- a/share/hydra/deploy +++ b/share/hydra/deploy @@ -170,7 +170,7 @@ for node in $NODES; do # 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 -- cgit v1.2.3