mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Label the OpenSSH section, then add a small explanation for the existence
of the non-typo "csshd" service. Prodded by: markm Reviewed by: markm, dwhite, rwatson
This commit is contained in:
parent
c83a68e029
commit
5e5719688a
1 changed files with 2 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ ftp auth required pam_unix.so try_first_pass
|
|||
ftp account required pam_unix.so
|
||||
#ftp session required pam_krb5.so
|
||||
|
||||
# OpenSSH
|
||||
#sshd auth sufficient pam_krb5.so
|
||||
sshd auth required pam_unix.so try_first_pass
|
||||
#sshd account required pam_krb5.so
|
||||
|
|
@ -82,6 +83,7 @@ sshd account required pam_unix.so
|
|||
sshd password required pam_permit.so
|
||||
#sshd session required pam_krb5.so
|
||||
sshd session required pam_permit.so
|
||||
# "csshd" is for challenge-based authentication with sshd (TIS auth, etc.)
|
||||
csshd auth required pam_skey.so
|
||||
|
||||
# Don't break startx
|
||||
|
|
|
|||
Loading…
Reference in a new issue