Configure Firefox to use the Putty SSH tunnel as a SOCKS proxy

SSH Proxy How to create a SSH proxy and get around a web blocking on a firewall with a free AWS account We will create a free AWS account and use a free tier linux server, some SSH software, and a webbrowser to get around website restrictions. Aug 23, 2018 · ssh -p 30000 -D 8080 [email protected] Note that this is almost identical to a regular SSH session. We just added the -D switch, where 8080 is the TCP port. Windows. When in Windows I prefer to use PuTTY for a SSH Client. There is an extra step involved in telling PuTTY to create the tunnel. You can see it in the screenshot below: Apr 28, 2015 · For Windows, PuTTY is the de-facto standard SSH client. How to tunnel Windows Remote Desktop through ssh on Linux. On a side note, when you are in a situation where you are on a Linux work station and need to tunnel RDP through ssh in Linux, you can use the following ssh port forwarding, or tunnel (assuming you have an on-premise Linux server to SSH into to set up the port forward): 1. Install Putty on your windows laptop or desktop computer. 2. Open Putty, under Category -> Connection -> Proxy - Type "127.0.0.1" for Proxy hostname. Choose a port number , eg "47890", leave the rest as default. You need to use the -D option to ssh. This sets up a SOCKS proxy listening on localhost connecting through the ssh server. eg. ssh -D 8080 my.host.com Then configure FoxyProxy with a SOCKS proxy for localhost port 8080. Using FoxyProxy is incredibly useful here because it lets you use patterns to only tunnel the traffic you want to be proxied.

If you're simply trying to get to another machine on the same 192.168.1.x network as Linux Machine 1/2, use an actual SSH Tunnel (found under Putty's Connection -> SSH -> Tunnels menu). You can set up multiple tunnels to as many machines as you need to.

This way you can reverse tunnel directly from B to A. Otherwise there will be two putty SSH connections, A to B, then C to B. In this example, I will have a VNC Server running on host A that I want to get to with me using host C. It will be listening on TCP port 5900. Here are the steps to set it up: Setup putty to SSH from host A to host B. Jul 26, 2012 · Thanks, Justin. I was able to connect via ssh tunnel using your instructions. Before that, I was opening putty session to gateway, then opening a second putty session to load the tunnel session – that didn’t work. Using the same putty session to open a gateway session and define the ssh tunnel, as described in your article, did work. THANKS! Putty creates a tunnel from localhost:5500 to remotehost:5500, but it requires that I login (authenticate) to the remote machine. The person on the Windows box is a customer of mine. How To Set up a SOCKS Proxy Using Putty & SSH If you ever find yourself in front of a public computer connected to the Internet and are concerned about the security of the path between you and a website you wish to visit, a SOCKS proxy can come in handy.

SOCKS Proxy using Putty & SSH - Pastebin.com

Putty SSH - SOCKS Proxy - NetsLovers