Module Name:    src
Committed By:   jruoho
Date:           Tue May  3 13:04:00 UTC 2011

Modified Files:
        src/crypto/external/bsd/openssh/dist: sshd_config

Log Message:
Clarify the comment on how to disable password authentication (i.e. the
combination of PasswordAuthentication=no and UsePam=yes still allow password
authentication). Fixes PR bin/32313 from Curt Sampson.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/crypto/external/bsd/openssh/dist/sshd_config

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/external/bsd/openssh/dist/sshd_config
diff -u src/crypto/external/bsd/openssh/dist/sshd_config:1.5 src/crypto/external/bsd/openssh/dist/sshd_config:1.6
--- src/crypto/external/bsd/openssh/dist/sshd_config:1.5	Sun Nov 21 18:59:04 2010
+++ src/crypto/external/bsd/openssh/dist/sshd_config	Tue May  3 13:04:00 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: sshd_config,v 1.5 2010/11/21 18:59:04 adam Exp $
+#	$NetBSD: sshd_config,v 1.6 2011/05/03 13:04:00 jruoho Exp $
 #	$OpenBSD: sshd_config,v 1.81 2009/10/08 14:03:41 markus Exp $
 
 # This is the sshd server system-wide configuration file.  See
@@ -54,7 +54,7 @@
 # Don't read the user's ~/.rhosts and ~/.shosts files
 #IgnoreRhosts yes
 
-# To disable tunneled clear text passwords, change to no here!
+# To disable password authentication, set this and UsePam to no
 #PasswordAuthentication yes
 #PermitEmptyPasswords no
 

Reply via email to