components/openssh/sources/sshd-password
changeset 7299 60ccd8c8acfb
parent 6086 7c225e52772b
equal deleted inserted replaced
7298:705f281f391f 7299:60ccd8c8acfb
     4 # PAM configuration for SSH password authentication which turns off
     4 # PAM configuration for SSH password authentication which turns off
     5 # prompting for an annotation string since it isn't possible to interact
     5 # prompting for an annotation string since it isn't possible to interact
     6 # with a user when using password authentication.
     6 # with a user when using password authentication.
     7 #
     7 #
     8 auth definitive		pam_user_policy.so.1
     8 auth definitive		pam_user_policy.so.1
     9 auth required		pam_unix_auth.so.1	noannotation
     9 auth required		pam_unix_auth.so.1
    10 auth required		pam_unix_cred.so.1	noannotation
    10 auth required		pam_unix_cred.so.1	noannotation