Update 'sshd_config'

This commit is contained in:
tim 2022-04-04 06:06:03 +00:00
parent 174e0551c8
commit 11f055e4eb
1 changed files with 6 additions and 0 deletions

View File

@ -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 # Allow remote access to -R remote port forwards
GatewayPorts yes GatewayPorts yes
# Optionally add it under "Match User <user>" to restrict who can do this. # Optionally add it under "Match User <user>" to restrict who can do this.