aboutsummaryrefslogtreecommitdiff
path: root/share/hydra/mass
diff options
context:
space:
mode:
Diffstat (limited to 'share/hydra/mass')
-rwxr-xr-xshare/hydra/mass2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydra/mass b/share/hydra/mass
index a7205e0..3b1ed2d 100755
--- a/share/hydra/mass
+++ b/share/hydra/mass
@@ -19,7 +19,7 @@
# Issue commands with pssh
function mass_pssh {
hydra_check_command parallel-ssh
- parallel-ssh -P -p 4 -h $TMPWORK sudo $COMMAND
+ parallel-ssh -P -p 4 -t 0 -h $TMPWORK sudo $COMMAND
}
# Issue commands with a for loop