Guest User

Untitled

a guest
Nov 20th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. On receiving NAS:
  2. ```
  3. setcfg LOGIN "SSH AllowTcpForwarding" TRUE
  4. reboot
  5. ```
  6.  
  7. On client to forward local port 8443 to the QNAP admin interface:
  8. ```
  9. ssh user@host -L 8443:localhost:443
  10. ```
Add Comment
Please, Sign In to add comment