summaryrefslogtreecommitdiffstats
path: root/debian/patches/progress-linux/0004-ssh_config-update.patch
blob: 14f85766e83c74b1b3f374ae5702e429387f5726 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
Description: Updating options in ssh_config.

diff -Naurp openssh.orig/ssh_config openssh/ssh_config
--- openssh.orig/ssh_config
+++ openssh/ssh_config
@@ -23,7 +23,7 @@ Host *
 #   ForwardX11Trusted yes
 #   PasswordAuthentication yes
 #   HostbasedAuthentication no
-#   GSSAPIAuthentication no
+    GSSAPIAuthentication yes
 #   GSSAPIDelegateCredentials no
 #   GSSAPIKeyExchange no
 #   GSSAPITrustDNS no
@@ -45,8 +45,7 @@ Host *
 #   TunnelDevice any:any
 #   PermitLocalCommand no
 #   VisualHostKey no
-#   ProxyCommand ssh -q -W %h:%p gateway.example.com
+#   ProxyJump gateway.example.com
 #   RekeyLimit 1G 1h
     SendEnv LANG LC_*
     HashKnownHosts yes
-    GSSAPIAuthentication yes