mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Enable OPIE for sshd and telnetd. I thought I'd done this a long time
ago... Sponsored by: DARPA, NAI Labs
This commit is contained in:
parent
0f798c48ed
commit
bb151ea158
2 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue