From a06ce3139f6cae84a868b03f5dab1516737b22a1 Mon Sep 17 00:00:00 2001 From: Tomasz Pala Date: Mon, 22 Aug 2016 13:54:10 +0200 Subject: [PATCH] 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 -- 2.44.0