SshOptions Constructor(String,Int32,String,String,String,String,String)
In This Topic
Initializes a new instance of the
SshOptions class and initializes its properties.
Syntax
'Declaration
Public Function New( _
ByVal As String, _
ByVal As Integer, _
ByVal As String, _
ByVal As String, _
ByVal As String, _
ByVal As String, _
ByVal As String _
)
public SshOptions(
string ,
int ,
string ,
string ,
string ,
string ,
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.
- privateKey
- Location of the private key to use.
- passphrase
- Passphrase for the client key.
See Also