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