'Declaration Public Function New( _ ByVal host As String, _ ByVal port As Integer, _ ByVal user As String, _ ByVal password As String, _ ByVal cipherList As String, _ ByVal privateKey As String, _ ByVal passphrase As String _ )
public SshOptions( string host, int port, string user, string password, string cipherList, string privateKey, string passphrase )
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.
- privateKey
- Location of the private key to use.
- passphrase
- Passphrase for the client key.