summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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