From: Nicolas Boisselier Date: Mon, 4 Dec 2023 19:02:40 +0000 (+0100) Subject: timeout 5s X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=0ce12cae7e8bf985a301e370d5984bb0911830fd;p=nb.git timeout 5s --- diff --git a/etc/profile.d/pdsh.sh b/etc/profile.d/pdsh.sh index 2f587355..6ade4353 100644 --- a/etc/profile.d/pdsh.sh +++ b/etc/profile.d/pdsh.sh @@ -2,7 +2,7 @@ which pdsh > /dev/null || return 0 export PDSH_RCMD_TYPE=ssh -export PDSH_SSH_ARGS="-q" +export PDSH_SSH_ARGS="-q -o ConnectTimeout=5" [ -r ~/.pdsh.hosts ] && export WCOLL=~/.pdsh.hosts