Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssh/dist Clarify the comment on how ...



details:   https://anonhg.NetBSD.org/src/rev/ee018b536dc6
branches:  trunk
changeset: 764765:ee018b536dc6
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Tue May 03 13:04:00 2011 +0000

description:
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.

diffstat:

 crypto/external/bsd/openssh/dist/sshd_config |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fffe10772016 -r ee018b536dc6 crypto/external/bsd/openssh/dist/sshd_config
--- a/crypto/external/bsd/openssh/dist/sshd_config      Tue May 03 12:54:48 2011 +0000
+++ b/crypto/external/bsd/openssh/dist/sshd_config      Tue May 03 13:04:00 2011 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index