summaryrefslogtreecommitdiffstats
path: root/debian/patches/progress-linux
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:08:25 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:08:25 +0000
commit74ede4745280327d7e9f81fec380c36070f9d29d (patch)
tree502f59987248425287c7b9f0696bb9f5a00a372a /debian/patches/progress-linux
parentRemoving small diffie-hellman moduli. (diff)
downloadopenssh-74ede4745280327d7e9f81fec380c36070f9d29d.tar.xz
openssh-74ede4745280327d7e9f81fec380c36070f9d29d.zip
Updating options in ssh_config.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/progress-linux')
-rw-r--r--debian/patches/progress-linux/0004-ssh_config-update.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/patches/progress-linux/0004-ssh_config-update.patch b/debian/patches/progress-linux/0004-ssh_config-update.patch
new file mode 100644
index 0000000..fd9978e
--- /dev/null
+++ b/debian/patches/progress-linux/0004-ssh_config-update.patch
@@ -0,0 +1,26 @@
+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
+@@ -25,7 +25,7 @@ Host *
+ # ForwardX11Trusted yes
+ # PasswordAuthentication yes
+ # HostbasedAuthentication no
+-# GSSAPIAuthentication no
++ GSSAPIAuthentication yes
+ # GSSAPIDelegateCredentials no
+ # GSSAPIKeyExchange no
+ # GSSAPITrustDNS no
+@@ -46,9 +46,8 @@ Host *
+ # TunnelDevice any:any
+ # PermitLocalCommand no
+ # VisualHostKey no
+-# ProxyCommand ssh -q -W %h:%p gateway.example.com
++# ProxyJump gateway.example.com
+ # RekeyLimit 1G 1h
+ # UserKnownHostsFile ~/.ssh/known_hosts.d/%k
+ SendEnv LANG LC_*
+ HashKnownHosts yes
+- GSSAPIAuthentication yes