SSH connection options.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
<FlagsAttribute> _
Public Enumeration SshOptions
C#
[FlagsAttribute]
public enum SshOptions

Members

Member nameDescription
Supported by the .NET Compact FrameworkNone
No options.
Supported by the .NET Compact FrameworkDoNotSplitChannelPackets
Do not split channel data packets unless they are larger than maximum packet size.
Supported by the .NET Compact FrameworkWaitForServerWelcomeMessage
Wait for server SSH protocol welcome message before sending the client one.
Supported by the .NET Compact FrameworkTryPasswordFirst
When authenticating using both password and private key, try password authentication first (default is to try the private key first).
Supported by the .NET Compact FrameworkPostponeChannelClose
Postpone channel close requests (workaround for older versions of ssh.com and Cisco SSH servers).
Supported by the .NET Compact FrameworkEnableSignaturePadding
Enable padding of RSA signatures used during client key authentication.
Supported by the .NET Compact FrameworkEnsureKeyAcceptable
Announce public key to the server before performing key authentication.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also