2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-25 07:25:34 +00:00

Merge pull request #1632 from xcat2/revert-1610-xdsh

Revert "Propagate signal via ssh even though pipe broken can not be detected"
This commit is contained in:
chenglch
2016-08-04 14:29:48 +08:00
committed by GitHub

View File

@ -75,7 +75,6 @@ sub remote_shell_command {
if ($ssh_version eq 'OpenSSH') {
push @command, '-o';
push @command, 'BatchMode=yes';
push @command, '-tt';
($$config{'options'} !~ /-X/) && push @command, '-x';
}