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.