encrypted web access to home network
If any of y'all are like my you have network tools at your home that aren't accessible from the outside. such as router configurations and music servers and such. The way I get to them is using a socks connection inside of firefox. to do this run this command:
ssh -D 9999 yourhost.org
then setup the connection in firefox to look like this
this will tunnel your web access through the encrypted ssh tunnel to the back end network. This is also useful if you don't like your office snooping what you are browsing as well...but you didn't hear that from me.
Skryking
ssh -D 9999 yourhost.org
then setup the connection in firefox to look like this
this will tunnel your web access through the encrypted ssh tunnel to the back end network. This is also useful if you don't like your office snooping what you are browsing as well...but you didn't hear that from me.
Skryking
0
Comments
So what did you use for an ssh server? That above is just to connect to a ssh server is it not?
Skryking