diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 01:33:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 01:33:17 +0000 |
commit | 1c7623b0f8d4c62a948f7d974a4880e918fef200 (patch) | |
tree | 138fc8014b349513f4dbbbdd1d63524f40cc5535 | |
parent | Removing small diffie-hellman moduli. (diff) | |
download | openssh-1c7623b0f8d4c62a948f7d974a4880e918fef200.tar.xz openssh-1c7623b0f8d4c62a948f7d974a4880e918fef200.zip |
Updating options in ssh_config.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/patches/progress-linux/0004-ssh_config-update.patch | 25 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 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..14f8576 --- /dev/null +++ b/debian/patches/progress-linux/0004-ssh_config-update.patch @@ -0,0 +1,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 diff --git a/debian/patches/series b/debian/patches/series index 129c263..97afca0 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -37,3 +37,4 @@ sandbox-seccomp-ipc.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 |