configs/sshd_config

4 lines
231 B
Plaintext

# Allow remote access to -R remote port forwards
GatewayPorts yes
# Optionally add it under "Match User <user>" to restrict who can do this.
# Another option is "GatewayPorts clientspecified", but I haven't persionally tested that.