Update 'sshd_config'

master
tim 1 year ago
parent 174e0551c8
commit 11f055e4eb

@ -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 <user>" to restrict who can do this.

Loading…
Cancel
Save