FileServerSettings.MaxAuthenticationDuration Property
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9083)
MaxAuthenticationDuration
Gets or sets maximum duration of SSH authentication (in seconds) before the session is closed by the server. Inherited from ServerSettings.
Declaration
public int MaxAuthenticationDuration { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Remarks
Setting the value to 0 or -1 disables closing of unauthenticated sessions. Minimum allowed duration is 60 seconds.