Skip to content

Commit

Permalink
⚙️ Make it possible to change number of parallel SSH connections with…
Browse files Browse the repository at this point in the history
… env var
  • Loading branch information
jpetazzo committed Mar 21, 2023
1 parent dc8bd21 commit f8ab4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare-vms/lib/pssh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pssh() {
fi

$PSSH $KEYFLAG -h $HOSTFILE -l $LOGIN \
--par 100 \
--par ${PSSH_PARALLEL_CONNECTIONS-100} \
--timeout 300 \
-O LogLevel=ERROR \
-O UserKnownHostsFile=/dev/null \
Expand Down

0 comments on commit f8ab4ad

Please sign in to comment.