configs/sshd_config

4 lines
231 B
Plaintext
Raw Normal View History

2022-04-04 05:58:01 +00:00
# Allow remote access to -R remote port forwards
2022-04-04 06:00:58 +00:00
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.