The ServerSettings type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkAllowedAuthenticationMethods
Gets or sets authentication methods that server users can use by default. This can be overriden by PreAuthentication event handler. Please note that authentication methods must be enabled at the SSH level using Settings / AuthenticationMethods as well.
Public propertySupported by the .NET Compact FrameworkBanner
Gets or sets the banner message announced to the client before authentication.
Public propertySupported by the .NET Compact FrameworkIgnoreKeepAlive
Gets or sets a value indicating whether keep-alive packets are ignored when determining whether the client session has been idle.
Public propertySupported by the .NET Compact FrameworkKeepAlivePeriod
Gets or sets keep-alive period (in seconds). If the session has been inactive for the specified period, a a keep-alive packet is send to ensure it stays active.
Public propertySupported by the .NET Compact FrameworkKeepSessionsAlive
Gets or sets a value indicating whether to keep active sessions running when the server is stopped.
Public propertySupported by the .NET Compact FrameworkMaxAuthenticationAttempts
Gets or sets maximum number of authentication retry attempts on a single session.
Public propertySupported by the .NET Compact FrameworkMaxIdleDuration
Gets or sets maximum duration of an idle session (in seconds) before it is closed by the server.
Public propertySupported by the .NET Compact FrameworkMaxPendingConnectionsQueueLength
Specifies the maximum length of the pending connections queue.
Public propertySupported by the .NET Compact FrameworkMaxSessionDuration
Gets or sets maximum duration of a session (in seconds). When this duration expires, a session renegotiation occurs.
Public propertySupported by the .NET Compact FrameworkMaxSessionTransferredBytes
Gets or sets maximum number of bytes transferred during a session. When this value is reached, a session renegotiation occurs.

See Also