dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / SshOptions Class / SshOptions Constructor / SshOptions Constructor(String,Int32,String,String,String)
Name or ip address of SSH server.
Number of port on SSH server to connect.
User id on SSH server.
User password on SSH server.
List of ciphers that client agrees to use.

In This Topic
SshOptions Constructor(String,Int32,String,String,String)
In This Topic
Initializes a new instance of the SshOptions class and initializes its properties.
Syntax
'Declaration
 
Public Function New( _
   ByVal host As String, _
   ByVal port As Integer, _
   ByVal user As String, _
   ByVal password As String, _
   ByVal cipherList As String _
)
 

Parameters

host
Name or ip address of SSH server.
port
Number of port on SSH server to connect.
user
User id on SSH server.
password
User password on SSH server.
cipherList
List of ciphers that client agrees to use.
See Also