]> git.pld-linux.org Git - packages/openssh.git/commitdiff
do not uncomment default values, as this suggests altering these params
authorTomasz Pala <gotar@pld-linux.org>
Mon, 22 Aug 2016 11:54:10 +0000 (13:54 +0200)
committerTomasz Pala <gotar@pld-linux.org>
Mon, 22 Aug 2016 11:54:10 +0000 (13:54 +0200)
openssh-config.patch

index c8140e6417d24b214f58be64e0d0aa683dbe9f49..e48b3f250bbe517d3c70d622527d42ab8f4e3077 100644 (file)
@@ -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 
This page took 0.104139 seconds and 4 git commands to generate.