Simple. Just set up a system somewhere (on your broadband connection at home, in a colo, anywhere you can reach it from the internet at large). Run openssh (Secure Shell) on it. Run a squid proxy configured to only allow loopback connections. Now ssh to the box, forward local port 8080(or whatever) to 127.0.0.1:<sqiudport> on the remote host. Now configure your browser's proxy settings to point to 127.0.0.1:8080(or whatever you chose as the local port) and surf away. All your connections will be encrypted via SSH until they reach the remote machine at which point the squid proxy will go out and retrieve the web pages for you. No prying eyes on the LAN you are on will be able to see what you are doing, unless they look at your monitor. This also gets around most URL filtering for when you are doing <ahem> research...

Or you can just relax and go with the flow...

Later


In reply to Re: Secure Perlmonks by pzbagel
in thread Secure Perlmonks by Mirage

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.