]> git.pld-linux.org Git - packages/openssh.git/blobdiff - openssh-config.patch
do not repeat default config values for ssh client
[packages/openssh.git] / openssh-config.patch
index 9f74e6978678100ae3b0c6d5d61d6b00d135222d..4d35a03ba42f6527a30f612b97d61282d652986b 100644 (file)
@@ -69,7 +69,7 @@
  # Host *
  #   ForwardAgent no
  #   ForwardX11 no
-+#   ForwardX11Trusted yes
++#   ForwardX11Trusted no
  #   RhostsRSAAuthentication no
  #   RSAAuthentication yes
  #   PasswordAuthentication yes
  #   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.
This page took 0.09259 seconds and 4 git commands to generate.