summaryrefslogtreecommitdiffstats
path: root/debian/patches/progress-linux/0023-sshd_config-AllowAgentForwarding.patch
blob: f57afbd66cc476ac305bbdb9fb6fd79496923bc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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