diff options
| -rw-r--r-- | etc/pam.d/sshd | 2 | ||||
| -rw-r--r-- | etc/pam.d/telnetd | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/etc/pam.d/sshd b/etc/pam.d/sshd index 873ebc4b01929..1c0ddfeb5e6b4 100644 --- a/etc/pam.d/sshd +++ b/etc/pam.d/sshd @@ -6,6 +6,8 @@ # auth auth required pam_nologin.so no_warn +auth sufficient pam_opie.so no_warn no_fake_prompts +auth required pam_opieaccess.so no_warn auth required pam_unix.so no_warn try_first_pass # account diff --git a/etc/pam.d/telnetd b/etc/pam.d/telnetd index dd9d5f456cd63..25fa6cfb8f76a 100644 --- a/etc/pam.d/telnetd +++ b/etc/pam.d/telnetd @@ -6,6 +6,8 @@ # auth auth required pam_nologin.so no_warn +auth sufficient pam_opie.so no_warn no_fake_prompts +auth required pam_opieaccess.so no_warn auth required pam_unix.so no_warn try_first_pass # account |
