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

Revert "Propagate signal via ssh even though pipe broken can not be detected"

This commit is contained in:
chenglch
2016-08-04 02:20:14 -04:00
committed by GitHub
parent c5121bce0f
commit 9ff2f2b50a

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';
}