StatCounter




Monday, March 2, 2015

Using SSH behind a Squid Proxy

SQUID proxy works by redirecting all the traffic to port 3128 thus people might have difficulty in using ssh.(waploft)

For this we can use proxy-connect or corkscrew uility and channel our ssh traffic through the proxy.

So fire up the terminal and follow the steps.

STEP 1:-  Install proxy-connect (*At this time you are not on a proxy network)

#apt-get update

#apt-get install proxy-connect

STEP 2:- Add following lines to .ssh/config

# Outside of the firewall, with HTTPS proxy
Host *
  ProxyCommand connect -H 10.0.0.254:3128 %h 22
## Inside the firewall (do not use proxy)
Host *
   ProxyCommand connect %h %p




*Note:-   Replace Ip address to your proxy server IP and PORT



Step 3:- Now Add you system into the proxy network and ssh to your server

#ssh name@server.com
(webmusic)

That's it!! You are through to the proxy server.

1 comments:

  1. If you don't remember this, your car may be stolen!

    Imagine that your car was taken! When you approach the police, they inquire about a specific "VIN lookup"

    A VIN decoder: What is it?

    Similar to a passport, the "VIN decoder" allows you to find out the date of the car's birth and the identity of its "parent"( manufacturing plant). You can also figure out:

    1.The type of engine

    2.Automobile model

    3.The DMV and the limitations it imposes

    4.The number of drivers in this vehicle

    You will be able to locate the car, and keeping in mind the code ensures your safety. The code can be checked in the database online. The VIN is situated on various parts of the car to make it harder for thieves to steal, such as the first person sitting on the floor, the frame (often in trucks and SUVs), the spar, and other areas.

    What happens if the VIN is intentionally harmed?

    There are numerous circumstances that can result in VIN damage, but failing to have one will have unpleasant repercussions because it is illegal to intentionally harm a VIN in order to avoid going to jail or calling the police. You could receive a fine of up to 80,000 rubles and spend two years in jail. You might be stopped on the road by a teacher.

    Conclusion.

    The VIN decoder may help to save your car from theft. But where can you check the car reality? This is why we exist– VIN decoders!

    ReplyDelete