Package: clusterssh Version: 4.15-1 Severity: important Tags: patch upstream
Hello, With the new update, cssh was not working any more with ssh_args = -x -o ConnectTimeout=30 because for "cssh mysshbox" it'd run ssh -x -o ConnectTimeout=30mysshbox The attached patch fixes this. Samuel -- System Information: Debian Release: bullseye/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'stable-debug'), (500, 'proposed-updates-debug'), (500, 'proposed-updates'), (500, 'oldstable-proposed-updates-debug'), (500, 'oldstable-proposed-updates'), (500, 'oldoldstable'), (500, 'buildd-unstable'), (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental-debug'), (1, 'buildd-experimental'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 5.6.0-1-amd64 (SMP w/8 CPU cores) Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages clusterssh depends on: ii libexception-class-perl 1.44-1 ii libtry-tiny-perl 0.30-1 ii libx11-protocol-other-perl 31-1 ii libx11-protocol-perl 0.56-7 ii openssh-client 1:8.2p1-4 ii perl 5.30.2-1 ii perl-tk 1:804.033-2+b4 ii xterm 356-1 clusterssh recommends no packages. clusterssh suggests no packages. -- no debconf information -- Samuel <studdud> what the fuck is wtf
--- a/lib/App/ClusterSSH/Helper.pm +++ b/lib/App/ClusterSSH/Helper.pm @@ -71,7 +71,7 @@ sub script { my \$user=shift; my \$port=shift; my \$mstr=shift; - my \$command="$command_pre $comms $comms_args"; + my \$command="$command_pre $comms $comms_args "; open(PIPE, ">", \$pipe) or die("Failed to open pipe: \$!\\n"); print PIPE "\$\$:\$ENV{WINDOWID}" or die("Failed to write to pipe: $!\\n");