SshOptions Constructor(String,Int32,String,String,String,String,String,SshAuthenticationType,String)
In This Topic
Initializes a new instance of the
SshOptions class and initializes its properties.
Syntax
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.
- authenticationType
- Client authentication methods.
- hostKeys
- The location of the public key on the client side to verify the server host key during establishing connection.
See Also