summaryrefslogtreecommitdiffstats
path: root/debian/patches/progress-linux
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/progress-linux')
-rw-r--r--debian/patches/progress-linux/0023-sshd_config-AllowAgentForwarding.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/progress-linux/0023-sshd_config-AllowAgentForwarding.patch b/debian/patches/progress-linux/0023-sshd_config-AllowAgentForwarding.patch
new file mode 100644
index 0000000..f57afbd
--- /dev/null
+++ b/debian/patches/progress-linux/0023-sshd_config-AllowAgentForwarding.patch
@@ -0,0 +1,15 @@
+Author: Daniel Baumann <daniel.baumann@progress-linux.org>
+Description: Setting AllowAgentForwarding in sshd_config to no.
+
+diff -Naurp openssh.orig/sshd_config openssh/sshd_config
+--- openssh.orig/sshd_config
++++ openssh/sshd_config
+@@ -90,7 +90,7 @@ ChallengeResponseAuthentication no
+ # and ChallengeResponseAuthentication to 'no'.
+ UsePAM yes
+
+-#AllowAgentForwarding yes
++AllowAgentForwarding no
+ #AllowTcpForwarding yes
+ #GatewayPorts no
+ X11Forwarding yes