<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jimiz.net - Jim Becher on the web &#187; putty</title>
	<atom:link href="http://jimiz.net/blog/tag/putty/feed/" rel="self" type="application/rss+xml" />
	<link>http://jimiz.net/blog</link>
	<description>Untangling the Web</description>
	<lastBuildDate>Mon, 06 Feb 2012 04:50:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SSH &#8211; Secure browsing &#124; remote proxy &#124; VPN</title>
		<link>http://jimiz.net/blog/2009/02/ssh-secure-browsing-remote-proxy-vpn/</link>
		<comments>http://jimiz.net/blog/2009/02/ssh-secure-browsing-remote-proxy-vpn/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 03:24:03 +0000</pubDate>
		<dc:creator>jimiz</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[secure proxy]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://jimiz.net/blog/?p=386</guid>
		<description><![CDATA[Number of View: 1590I love SSH I&#8217;m not sure if there is a better tool out there. It can be used so many ways. I have often been at client locations and been unable to access servers or sites I need to support or do work on. Corporations often block sites that I support and [...]]]></description>
			<content:encoded><![CDATA[Number of View: 1590<br/><p>I love SSH I&#8217;m not sure if there is a better tool out there.  It can be used so many ways.  I have often been at client locations and been unable to access servers or sites I need to support or do work on.  Corporations often block sites that I support and need access to so use my home SSH server to be a proxy to connect. I use this same technique when I am in a coffee shop or unsecured wireless and want to browse securely. To use SSH as a proxy you just need to turn on Tunnels.</p>
<p>You can do this through the command line<br />
<code>$ssh -D 1234 yourusername@yoursshserver.com</code><br />
or through <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html">PUTTY </a><br />
In putty you just need to open up the tunnels area under ssh and add the PORT you want to use (example: 1234) and then select the Dynamic Destination (AKA the internet)<br />
<img src="http://content.screencast.com/users/jimiz123/folders/Jing/media/204be8a2-dcdb-4b8a-bcc2-5990cf6b243f/puttyforward.png" alt="Putty" /></p>
<p>To use the tunnel (SOCKS) you just need to change your internet connection settings in your browser.  Firefox: Tools | Options | Advanced | Network | connection Settings.<br />
<img src="http://content.screencast.com/users/jimiz123/folders/Jing/media/a746bb3d-acc5-4702-8cd6-5eccb93d14e6/2009-02-12_2221.png" alt="Firefox Settings" /></p>
<p>This is a great way to keep your browsing secure.</p>
]]></content:encoded>
			<wfw:commentRss>http://jimiz.net/blog/2009/02/ssh-secure-browsing-remote-proxy-vpn/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

