Wednesday, April 1, 2015

how to configure Firefox to use an SSH tunnel with putty

It's pretty straight forward.

Open putty, configure you session by going to this screen, configure as you see and click Add.




Then on Firefox, go to Tools->Option->Advanced->Network, and configure as seen here (if you used other port than 1234, be sure to put it here accordingly):




Click OK and that's it!

Now you have to connect to the putty session you configured and voilà.

No comments:

Post a Comment

cancel script completely on ctrl-c

I found this question interesting: basically how to cancel completely a script and all child processes : You do this by creating a subro...