mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 06:52:45 +00:00
Two FreeBSD-specific nits in comments:
- ChallengeResponseAuthentication controls PAM, not S/Key - We don't honor PAMAuthenticationViaKbdInt, because the code path it controls doesn't make sense for us, so don't mention it. Sponsored by: DARPA, NAI Labs
This commit is contained in:
parent
126aa65832
commit
53282320d1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99315
@ -62,7 +62,7 @@
|
||||
#PasswordAuthentication yes
|
||||
#PermitEmptyPasswords no
|
||||
|
||||
# Change to no to disable s/key passwords
|
||||
# Change to no to disable PAM authentication
|
||||
#ChallengeResponseAuthentication yes
|
||||
|
||||
# Kerberos options
|
||||
@ -75,10 +75,6 @@
|
||||
# Kerberos TGT Passing only works with the AFS kaserver
|
||||
#KerberosTgtPassing no
|
||||
|
||||
# Set this to 'yes' to enable PAM keyboard-interactive authentication
|
||||
# Warning: enabling this may bypass the setting of 'PasswordAuthentication'
|
||||
#PAMAuthenticationViaKbdInt yes
|
||||
|
||||
#X11Forwarding yes
|
||||
#X11DisplayOffset 10
|
||||
#X11UseLocalhost yes
|
||||
|
Loading…
Reference in New Issue
Block a user