I'm trying to set up something that is computer agnostic so that I dont have to change people's systems much in order to access my own network when im without my laptop.<br><br><div class="gmail_quote">On Tue, Sep 13, 2011 at 4:27 PM, Chris Frey <span dir="ltr"><<a href="mailto:cdfrey@foursquare.net">cdfrey@foursquare.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Tue, Sep 13, 2011 at 03:52:43PM -0400, Colin K wrote:<br>
> I may wish to access these things through the web but dont want to configure<br>
> ssl on each machine could I just find a way to have access to these through<br>
> a username and password only gateway of some kind?<br>
<br>
</div>You can use an ssh SOCKS proxy:<br>
<br>
        ssh -D7000 user@lanhost<br>
<br>
Then temporarily configure your web browser to use the localhost<br>
SOCKS proxy on port 7000.<br>
<br>
- Chris<br>
<br>
<br>
_______________________________________________<br>
kwlug-disc mailing list<br>
<a href="mailto:kwlug-disc@kwlug.org">kwlug-disc@kwlug.org</a><br>
<a href="http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org" target="_blank">http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org</a><br>
</blockquote></div><br>