From dcbf421cb9dc12d4d859d41f6b52728be232502d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 16:42:57 +0200 Subject: Updating options in ssh_config. Signed-off-by: Daniel Baumann --- .../progress-linux/0004-ssh_config-update.patch | 26 ++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 27 insertions(+) create mode 100644 debian/patches/progress-linux/0004-ssh_config-update.patch (limited to 'debian') 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 +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 diff --git a/debian/patches/series b/debian/patches/series index 5dfcf63..388e5e5 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -36,3 +36,4 @@ CVE-2023-51385.patch progress-linux/0001-ssh-keygen-default-key-type.patch progress-linux/0002-ssh-keygen-default-rsa-size.patch progress-linux/0003-ssh-keygen-default-ecdsa-size.patch +progress-linux/0004-ssh_config-update.patch -- cgit v1.2.3