SshOptions Constructor(String,Int32,String,String,String,String,String,SshAuthenticationType)
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.
See Also