From 15bea133f9dbdfa4e727cf53fdf3bf3f7959b383 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Thu, 16 May 2019 01:13:51 +0100 Subject: [PATCH] etc/profile.d/pdsh.sh --- etc/profile.d/pdsh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/profile.d/pdsh.sh b/etc/profile.d/pdsh.sh index 20ca9759..e0fcd5c9 100644 --- a/etc/profile.d/pdsh.sh +++ b/etc/profile.d/pdsh.sh @@ -7,7 +7,7 @@ export PDSH_SSH_ARGS="-q" [ -r ~/.pdsh.hosts ] && export WCOLL=~/.pdsh.hosts pdsh_quiet() { - exec 3> >(grep -v '^pdsh@') + exec 3> >(grep -Ev '^(pdsh@|[^ :]+: (stdio forwarding failed|_channel [0-9]+: open failed))') pdsh $@ 2>&3 exec 3>&- } -- 2.47.3