UsePAM
UsePAM is a configuration option in OpenSSH's sshd_config that controls whether the SSH server uses the Pluggable Authentication Modules (PAM) framework for authentication, account management, and session setup. When set to yes, sshd delegates these tasks to PAM and consults the PAM stack defined for the sshd service (typically in /etc/pam.d/sshd). When set to no, sshd performs authentication using its built-in methods and bypasses PAM for login attempts.
Enabling UsePAM allows administrators to apply centralized authentication policies implemented by PAM modules, such as password
Configuration and considerations: The option resides in the sshd_config file and is specified as a boolean