DEPRECATED: Starting with SSIS+ 1.9, the .NET scripts are no longer maintained. Use the provided JavaScript alternative scripts instead.
Average: 3.5 (2 votes)


Overview

Script task to establish secure tunnel using SSH protocol.


Setup

The script has the following parameters:

  • SshConnection - selects COZYROC SSH connection. The connection should use the new SSH backend.
  • LocalAddress - specifies tunnel's local address. The format is [address]:[port].
  • RemoteAddress - speicifies tunnel's remote address. The format is [address]:[port].

Requirements

Depends on COZYROC Script Task Plus for implementing parameters user interface.
Requires installation of COZYROC SSIS+ 1.5 library.


Library references

  • System
  • System.Data
  • Microsoft.SqlServer.ScriptTask
  • Microsoft.SqlServer.ManagedDTS
  • CozyRoc.SSISPlus

ScriptMain