From 05d209487e188e5e4a634aace13913835057bf2b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 30 Apr 2017 13:38:34 -0300 Subject: Deploy: fix ssh connect error handling --- share/hydra/deploy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share') diff --git a/share/hydra/deploy b/share/hydra/deploy index aed00fc..687ddaf 100755 --- a/share/hydra/deploy +++ b/share/hydra/deploy @@ -120,8 +120,8 @@ for node in $NODES; do # http://stackoverflow.com/questions/3830508/check-if-passwordless-access-has-been-setup#3830680 if ! $HYDRA_CONNECT -o NumberOfPasswordPrompts=0 $FQDN true; then echo "Unable to connect to $FQDN via SSH without a password." - echo "Please set a passwordless login for your user at $FQDN using public key auth." - exit 1 + echo "Check network connection to machine or set a passwordless login for your user at $FQDN using public key auth." + continue fi # Check remote environment -- cgit v1.2.3