[packages/openssh] do not repeat default config values for ssh client

gotar gotar at pld-linux.org
Tue Aug 23 08:04:08 CEST 2016


commit 9e3a949b2d71468ab2445931b407ec0d6f7a8a24
Author: Tomasz Pala <gotar at pld-linux.org>
Date:   Tue Aug 23 07:55:23 2016 +0200

    do not repeat default config values for ssh client

 openssh-config.patch | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/openssh-config.patch b/openssh-config.patch
index 9f74e69..4d35a03 100644
--- a/openssh-config.patch
+++ b/openssh-config.patch
@@ -69,7 +69,7 @@
  # Host *
  #   ForwardAgent no
  #   ForwardX11 no
-+#   ForwardX11Trusted yes
++#   ForwardX11Trusted no
  #   RhostsRSAAuthentication no
  #   RSAAuthentication yes
  #   PasswordAuthentication yes
@@ -81,16 +81,13 @@
  #   BatchMode no
  #   CheckHostIP yes
  #   AddressFamily any
-@@ -42,3 +45,22 @@
+@@ -42,3 +45,19 @@
  #   VisualHostKey no
  #   ProxyCommand ssh -q -W %h:%p gateway.example.com
  #   RekeyLimit 1G 1h
 +
 +Host *
 +	GSSAPIAuthentication yes
-+	GSSAPIDelegateCredentials no
-+	ForwardAgent no
-+	ForwardX11 no
 +# If this option is set to yes then remote X11 clients will have full access
 +# to the original X11 display. As virtually no X11 client supports the untrusted
 +# mode correctly we set this to yes.
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openssh.git/commitdiff/ae957f1bc3196e53edce28c17e1f35232638e733



More information about the pld-cvs-commit mailing list