Skip to content

Instantly share code, notes, and snippets.

@maulvi
Forked from smuda/SetupSSHForwardingOnQNAP.md
Created November 5, 2019 07:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maulvi/b7975c63c84145e18a43dd50766af420 to your computer and use it in GitHub Desktop.
Save maulvi/b7975c63c84145e18a43dd50766af420 to your computer and use it in GitHub Desktop.
Setup SSH forwarding on QNAP NAS

On receiving NAS:

setcfg LOGIN "SSH AllowTcpForwarding" TRUE
reboot

On client to forward local port 8443 to the QNAP admin interface:

ssh user@host -L 8443:localhost:443
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment