summaryrefslogtreecommitdiff
path: root/system/openssh/disable-forwarding-by-default.patch
diff options
context:
space:
mode:
Diffstat (limited to 'system/openssh/disable-forwarding-by-default.patch')
-rw-r--r--system/openssh/disable-forwarding-by-default.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/openssh/disable-forwarding-by-default.patch b/system/openssh/disable-forwarding-by-default.patch
index 9d27926d9..dbd9205ea 100644
--- a/system/openssh/disable-forwarding-by-default.patch
+++ b/system/openssh/disable-forwarding-by-default.patch
@@ -3,11 +3,12 @@
@@ -82,9 +82,10 @@
#UsePAM no
- #AllowAgentForwarding yes
+-#AllowAgentForwarding yes
-#AllowTcpForwarding yes
-#GatewayPorts no
-#X11Forwarding no
+# Feel free to re-enable these if your use case requires them.
++AllowAgentForwarding no
+AllowTcpForwarding no
+GatewayPorts no
+X11Forwarding no