1

So I finally got something to allow me to pipe my network over ssh when I need it.
alias mcserversshproxy='ssh -p <port> -N -D localhost:9999 <user@server>'

I can now use the internal webpage in my network by configuring a profile in firefox as a proxy. Kind of slick!

This tutorial, despite its flaws, helped me work this out:
https://coolaj86.com/articles/...

Comments
  • 0
    -L and -R are the base of most of my ssh hacks.

    Problem is - I sometimes forget remote port 5000 is always used whenever I ssh to a remote server.... confused the F out me a few times.
Add Comment