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 Cleanup



details:   https://anonhg.NetBSD.org/src/rev/7b506fb2b8fc
branches:  trunk
changeset: 849337:7b506fb2b8fc
user:      kim <kim%NetBSD.org@localhost>
date:      Fri Feb 28 10:59:58 2020 +0000

description:
Cleanup

- Match the case of the UsePAM keyword used in the manual page and code,
  to aid case-sensitive grep etc.
- Remove references to obsole UseLogin and UsePrivilegeSeparation keywords.
- Whitespace police

diffstat:

 crypto/external/bsd/openssh/dist/sshd_config |  9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diffs (37 lines):

diff -r 592e4b494a7a -r 7b506fb2b8fc crypto/external/bsd/openssh/dist/sshd_config
--- a/crypto/external/bsd/openssh/dist/sshd_config      Fri Feb 28 10:41:48 2020 +0000
+++ b/crypto/external/bsd/openssh/dist/sshd_config      Fri Feb 28 10:59:58 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: sshd_config,v 1.23 2018/08/26 07:46:37 christos Exp $
+#      $NetBSD: sshd_config,v 1.24 2020/02/28 10:59:58 kim Exp $
 #      $OpenBSD: sshd_config,v 1.103 2018/04/09 20:41:22 tj Exp $
 
 # This is the sshd server system-wide configuration file.  See
@@ -53,7 +53,7 @@
 # Don't read the user's ~/.rhosts and ~/.shosts files
 #IgnoreRhosts yes
 
-# To disable password authentication, set this and UsePam to no
+# To disable password authentication, set this and UsePAM to no
 #PasswordAuthentication yes
 #PermitEmptyPasswords no
 
@@ -72,9 +72,7 @@
 #PrintMotd yes
 #PrintLastLog yes
 #TCPKeepAlive yes
-#UseLogin no
-#UsePrivilegeSeparation sandbox
-UsePam yes
+UsePAM yes
 #PermitUserEnvironment no
 #Compression delayed
 #ClientAliveInterval 0
@@ -121,7 +119,6 @@
 # buffer size for hpn to non-hpn connections
 #HPNBufferSize 2048
 
-
 # Example of overriding settings on a per-user basis
 #Match User anoncvs
 #      X11Forwarding no



Home | Main Index | Thread Index | Old Index