sub sshopen2 { my($host, $reader, $writer, @command) = @_; @ssh_options = &_ssh_options unless @ssh_options; open2($reader, $writer, $ssh, @ssh_options, $host, @command); }