From 2477a82e8af42176b3d21bb912d1df6dd26a9d31 Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Mon, 10 Oct 2016 15:35:33 +1100 Subject: Run top-level ssh with -n This stop it eating standard input. Signed-off-by: Martin Schwenke --- autocluster | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autocluster b/autocluster index cb19976..b987a12 100755 --- a/autocluster +++ b/autocluster @@ -688,7 +688,7 @@ cluster_setup () announce "cluster setup \"${CLUSTER}\"" [ -n "$CLUSTER" ] || die "\$CLUSTER not set" - local ssh="ssh -o StrictHostKeyChecking=no" + local ssh="ssh -n -o StrictHostKeyChecking=no" local setup_clusterfs_done=false local setup_cluster_done=false -- cgit