Using SSH tunnelling to access home router

For personal reference:

My current setup:

Reason for access:

I want to be able to access my router web server from outside to configure some settings on the fly, like VPN settings, etc.

How:

# -L form: -L local-port:target:target-port
# 'user' = SSH username
$ ssh -i /path/to/ssh/key -L 8080:192.168.1.1:80 user@router-static-ip
---
If you have any questions or feedback, please reach out @flowerinthenyt.

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.