Skip to content

Instantly share code, notes, and snippets.

@maulvi
Forked from smuda/SetupSSHForwardingOnQNAP.md
Created November 5, 2019 07:11
Show Gist options
  • 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