1 # PAM configuration for the Secure Shell service
3 # Standard Un*x authentication.
6 # Standard Un*x authorization.
7 @include common-account
9 # Standard Un*x session setup and teardown.
10 @include common-session
12 # Print the message of the day upon successful login.
13 session optional pam_motd.so
14 # Create a homedir for the user, if there is none yet.
15 session optional pam_mkhomedir.so
17 # Standard Un*x password updating (not sure if OpenSSH actually uses this, but
19 @include common-password