apt: Add wheezy mirror to sources.list
[matthijs/servers/tika.git] / etc / pam.d / sshd
1 # PAM configuration for the Secure Shell service
2
3 # Standard Un*x authentication.
4 @include common-auth
5
6 # Standard Un*x authorization.
7 @include common-account
8
9 # Standard Un*x session setup and teardown.
10 @include common-session
11
12 # Print the message of the day upon successful login.
13 session         optional        pam_motd.so
14 session         required        pam_permit.so
15
16 # Standard Un*x password updating (not sure if OpenSSH actually uses this, but
17 # well...)
18 @include common-password