#
# The PAM configuration file for the sshd daemon
#

# Enforce a minimal delay in case of failure (in microseconds).
# (Replaces the `FAIL_DELAY' setting from login.defs)
# Note that other modules may require another minimal delay. (for example,
# to disable any delay, you should add the nodelay option to pam_unix)
auth       optional   /lib/security/pam_faildelay.so  delay=3000000

# Standard Un*x authentication.
auth include common-auth

# Standard Un*x account and session
account include common-account
account include common-session
account include common-password

