From 11f055e4eb8deb96bcc07a1c22816692a4a2ef6a Mon Sep 17 00:00:00 2001 From: tim Date: Mon, 4 Apr 2022 06:06:03 +0000 Subject: [PATCH] Update 'sshd_config' --- sshd_config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sshd_config b/sshd_config index 4a1032c..368525f 100644 --- a/sshd_config +++ b/sshd_config @@ -1,3 +1,9 @@ +# Allow TCP forwarding (is usually enabled by default) +AllowTcpForwarding yes +# Allow Unix socket forwarding (again, usually enabled be default) +AllowStreamLocalForwarding yes + + # Allow remote access to -R remote port forwards GatewayPorts yes # Optionally add it under "Match User " to restrict who can do this.