summaryrefslogtreecommitdiff
path: root/sshd_config
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-05-15 12:05:28 +1000
committerDamien Miller <djm@mindrot.org>2003-05-15 12:05:28 +1000
commit2aa0ab463f479649760110ca52fa341880c5ae3a (patch)
tree4b6a778cc687b5e87e40ae2decba2184b124c09e /sshd_config
parentf842fcb296b9fbc0de905837c6074c732db550e5 (diff)
- jakob@cvs.openbsd.org 2003/05/15 01:48:10
[readconf.c readconf.h servconf.c servconf.h] always parse kerberos options. ok djm@ markus@ - (djm) Always parse UsePAM
Diffstat (limited to 'sshd_config')
-rw-r--r--sshd_config5
1 files changed, 3 insertions, 2 deletions
diff --git a/sshd_config b/sshd_config
index 36429c9d0..57a1f2bec 100644
--- a/sshd_config
+++ b/sshd_config
@@ -69,9 +69,10 @@
69# Kerberos TGT Passing only works with the AFS kaserver 69# Kerberos TGT Passing only works with the AFS kaserver
70#KerberosTgtPassing no 70#KerberosTgtPassing no
71 71
72# Set this to 'yes' to enable PAM keyboard-interactive authentication 72# Set this to 'yes' to enable PAM authentication (via challenge-response)
73# and session processing
73# Warning: enabling this may bypass the setting of 'PasswordAuthentication' 74# Warning: enabling this may bypass the setting of 'PasswordAuthentication'
74#PAMAuthenticationViaKbdInt no 75#UsePAM no
75 76
76#X11Forwarding no 77#X11Forwarding no
77#X11DisplayOffset 10 78#X11DisplayOffset 10