Z4Tech Interface

Tracking...

WelcomePage Home Archives
2015-11-21
network

Simple Proxy by SSH Tunneling

It is unbelievable that some friends with their own VPS don’t know about SSH tunneling. This is a far more easy way to set up a proxy.

1
ssh -D port username@server

This command will open up a ssh tunneling service and listen to the local port. So you can just set proxy adress in your browser to localhost:port and everything is done!

Have fun!

Share
  • ssh
Newer
Update Node.js
Older
sudo brew - Do not Try and How to Recover

Categories

  • Misc3
  • Node.js2
  • network1

Tags

  • Node.js2
  • Static Server1
  • brew1
  • gitbook1
  • ruby1
  • ssh1
  • sudo1
  • update1

Tag Cloud

Node.js Static Server brew gitbook ruby ssh sudo update

Archives

  • December 20161
  • June 20161
  • November 20151
  • September 20153
  • August 20151

Recents

  • How to configure Linux, Steam In-Home Streaming and PS4 Controller on Chromebook
  • Update Node.js
  • Simple Proxy by SSH Tunneling
  • sudo brew - Do not Try and How to Recover
  • Static Server in Node.js
© 2016 Z4Tech
Powered by Hexo
WelcomePage Home Archives