Last updated
Was this helpful?
Last updated
Was this helpful?
Much like the , authentication can specify a timeout
value.
If a client doesn't authenticate to the server within the specified time, the server disconnects the server to prevent abuses.
Timeouts are specified in seconds (and can be fractional).
As with TLS timeouts, long timeouts can be an opportunity for abuse. If setting the authentication timeout, it is important to note that it should be longer than the tls timeout
option, as the authentication timeout includes the TLS upgrade time.