[packages/openssh] do not uncomment default values, as this suggests altering these params
gotar
gotar at pld-linux.org
Mon Aug 22 15:29:19 CEST 2016
commit a06ce3139f6cae84a868b03f5dab1516737b22a1
Author: Tomasz Pala <gotar at pld-linux.org>
Date: Mon Aug 22 13:54:10 2016 +0200
do not uncomment default values, as this suggests altering these params
openssh-config.patch | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
---
diff --git a/openssh-config.patch b/openssh-config.patch
index c8140e6..e48b3f2 100644
--- a/openssh-config.patch
+++ b/openssh-config.patch
@@ -9,29 +9,21 @@
#StrictModes yes
#MaxAuthTries 6
#MaxSessions 10
-@@ -50,10 +51,16 @@
- #IgnoreUserKnownHosts no
- # Don't read the user's ~/.rhosts and ~/.shosts files
- #IgnoreRhosts yes
-+IgnoreRhosts yes
-
+@@ -50,6 +51,9 @@
# To disable tunneled clear text passwords, change to no here!
#PasswordAuthentication yes
#PermitEmptyPasswords no
-+PasswordAuthentication yes
-+PermitEmptyPasswords no
+
+# Allow DSA keys
+PubkeyAcceptedKeyTypes +ssh-dss
# Change to no to disable s/key passwords
#ChallengeResponseAuthentication yes
-@@ -66,6 +70,8 @@
+@@ -66,6 +70,7 @@
# GSSAPI options
#GSSAPIAuthentication no
#GSSAPICleanupCredentials yes
+GSSAPIAuthentication yes
-+GSSAPICleanupCredentials yes
# Set this to 'yes' to enable PAM authentication, account processing,
# and session processing. If this is enabled, PAM authentication will
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/openssh.git/commitdiff/aeeeb6db5b62e6bf029c88e8ec0478a118baa859
More information about the pld-cvs-commit
mailing list