summaryrefslogtreecommitdiff
path: root/openssh/sshd.pam
blob: 983b4990b4d542f34118ed44c766e63e03523e73 (plain)
    1 #
    2 # /etc/pam.d/sshd - openssh service module configuration
    3 #
    4 
    5 auth        include common-auth
    6 
    7 account     include common-account
    8 
    9 password    include common-password
   10 
   11 session     include common-session

Generated by cgit