UseSSH Parameter (Connect-DB2 Cmdlet)
Whether to tunnel the DB2 connection over SSH. Use SSH.
Syntax
Connect-DB2 -UseSSH SwitchParameter
Data Type
bool
Default Value
false
Remarks
By default the cmdlet will attempt to connect directly to DB2. When this option is enabled, the cmdlet will instead establish an SSH connection with the SSHServer and tunnel the connection to DB2 through it.