Concept Flow - Password authentication methods
Client connects to server
Server requests password
Client sends password
Server checks password method
Compare password using method
If match?
No→Reject connection
Yes
Allow connection
The client connects and sends a password. The server checks the password using the configured method. If it matches, connection is allowed; otherwise, rejected.