summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-05-16 12:00:44 +1000
committerDamien Miller <djm@mindrot.org>2003-05-16 12:00:44 +1000
commite3e71247c3a63e3169f25e49c6e9c6438a3b922e (patch)
tree2abf0cb1bfec421f1adf4546962d47c8eea04024
parent6ac2c48a195fd0c2bed1e8284e0658a4aae66756 (diff)
clarify
-rw-r--r--sshd_config6
1 files changed, 3 insertions, 3 deletions
diff --git a/sshd_config b/sshd_config
index 57a1f2bec..78fc67c23 100644
--- a/sshd_config
+++ b/sshd_config
@@ -70,9 +70,9 @@
70#KerberosTgtPassing no 70#KerberosTgtPassing no
71 71
72# Set this to 'yes' to enable PAM authentication (via challenge-response) 72# Set this to 'yes' to enable PAM authentication (via challenge-response)
73# and session processing 73# and session processing. Depending on your PAM configuration, this may
74# Warning: enabling this may bypass the setting of 'PasswordAuthentication' 74# bypass the setting of 'PasswordAuthentication'
75#UsePAM no 75#UsePAM yes
76 76
77#X11Forwarding no 77#X11Forwarding no
78#X11DisplayOffset 10 78#X11DisplayOffset 10