X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FSSH.pm;h=84ac06b44ce85aed4f6ca2baf8878376c1bf36d0;hp=0caae879ed9f8f8236b8921b0efc2f6c1682bb22;hb=0eadaa520cb08c57df5ffb196b7e98956bc2849c;hpb=089181476b72019013be25c540d71f862e805012 diff --git a/FS/FS/SSH.pm b/FS/FS/SSH.pm index 0caae879e..84ac06b44 100644 --- a/FS/FS/SSH.pm +++ b/FS/FS/SSH.pm @@ -121,8 +121,7 @@ Connects the supplied filehandles to the ssh process (in batch mode). sub sshopen3 { my($host,$writer,$reader,$error,$command)=@_; - #open3($writer,$reader,$error,$ssh,'-o','Batchmode yes',$host,$command); - open3($reader,$writer,$error,$ssh,'-o','Batchmode yes',$host,$command); + open3($writer,$reader,$error,$ssh,'-o','Batchmode yes',$host,$command); } sub _yesno {