X-Git-Url: http://git.freeside.biz/gitweb/?p=Net-SSH.git;a=blobdiff_plain;f=SSH.pm;h=a47cc48811f2396384ab564eddba27313b6ba535;hp=639bf2b1fc38216e8bc4311ef23ff295dea92ac2;hb=da4964ca55c1d21e4e557daa125b58c70e71c301;hpb=0b21b6e389571f9a7a87d0b6cbcba9b8c4f8f176 diff --git a/SSH.pm b/SSH.pm index 639bf2b..a47cc48 100644 --- a/SSH.pm +++ b/SSH.pm @@ -176,7 +176,7 @@ sub _ssh_options { } else { $equalspace = "="; } - my @options = ( '-o', 'BatchMode'.$equalspace.'yes' ) + my @options = ( '-o', 'BatchMode'.$equalspace.'yes' ); if ( $ssh_version =~ /.*OpenSSH[-|_](\w+)\./ && $1 > 1 ) { unshift @options, '-T'; }