
Overview
SSH Connection Manager is SSIS Connection Manager for establishing SSH connections. Use the API to build components based on SSH Connection Manager.
Setup
Use the SSH Connection Manager dialog to specify properties for connecting to an SSH-enabled server. The configuration dialog has server and proxy settings.
Server Options
- Host
-
Specify the name or IP address of the SSH server.
- Port
-
Specify the port number on the SSH server to use for the connection. The default value of this property is 22.
- User name
-
Specify user name to access the SSH server.
- Authenticate:
-
Specify authentication type. This property has the options listed in the following table.
Value Description By Password User is authenticated with password. Selecting this value displays the dynamic option Password.
By Key File User is authenticated with private key file, unlocked with passphrase. Selecting this value displays the dynamic options Key File, Passphrase.
- Password
-
Specify password to access the SSH server.
- Key File
-
Select private key file to access the SSH server.
- Passphrase
-
Specify passphrase to unlock the private key file.
- Time-out (secs)
-
Specify the number of seconds before timing out session connect. The default value of this property is 60.
- Test Connection
-
Confirm connection manager configuration by clicking Test Connection.
Proxy Options
- Proxy:
-
Specify proxy type. This property has the options listed in the following table.
Value Description None Proxy not specified Tunnel Use tunnel (HTTP) proxy type. SOCKS4 Use SOCKS4 proxy type. SOCKS5 Use SOCKS5 proxy type.
- Host
-
Specify the name or IP address of the proxy server.
- Port
-
Specify the port number on the proxy server to use for the connection. The default value of this property is 80.
- User name
-
Specify user name to access the proxy server.
- Password
-
Specify password to access the proxy server.
CozyRoc