SshOptions Enum
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9313)
SSH connection options.
Syntax
[Flags]
public enum SshOptions
  Fields
| Name | Description | 
|---|---|
| DoNotSplitChannelPackets | Do not split channel data packets unless they are larger than maximum packet size.  | 
      
| EnableSignaturePadding | Enable padding of RSA signatures used during client key authentication.  | 
      
| EnsureKeyAcceptable | Announce public key to the server before performing key authentication.  | 
      
| None | No options.  | 
      
| PostponeChannelClose | Postpone channel close requests (workaround for older versions of ssh.com and Cisco SSH servers).  | 
      
| TryPasswordFirst | When authenticating using both password and private key, try password authentication first (default is to try the private key first).  | 
      
| WaitForServerWelcomeMessage | Wait for server SSH protocol welcome message before sending the client one.  |