mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-22 22:15:30 +00:00
Revert "Propagate signal via ssh even though pipe broken can not be detected"
This commit is contained in:
@ -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';
|
||||
}
|
||||
|
Reference in New Issue
Block a user