<?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>Calazan.com &#187; SSH</title>
	<atom:link href="http://www.calazan.com/tag/ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.calazan.com</link>
	<description>Share the Knowledge</description>
	<lastBuildDate>Sun, 05 Sep 2010 00:59:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to encrypt HTTP traffic (and bypass most firewalls) using SSH Tunneling with PuTTY in Windows</title>
		<link>http://www.calazan.com/how-to-encrypt-http-traffic-and-bypass-most-firewalls-using-ssh-tunneling-with-putty-in-windows/</link>
		<comments>http://www.calazan.com/how-to-encrypt-http-traffic-and-bypass-most-firewalls-using-ssh-tunneling-with-putty-in-windows/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 23:07:52 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.calazan.com/how-to-encrypt-http-traffic-and-bypass-most-firewalls-using-ssh-tunneling-with-putty-in-windows/</guid>
		<description><![CDATA[I&#8217;ve been using SSH Tunneling for a while now mainly to encrypt HTTP traffic when using public wireless access points.  I won&#8217;t go into detail here, just Google for &#8220;SSH Tunneling&#8221; if you need more information.  I&#8217;m also gonna assume you already have an SSH Server set up.

Download PuTTY and save it to C:/.
Open notepad, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using <a title="SSH Tunneling" href="http://www.ssh.com/support/documentation/online/ssh/winhelp/32/Tunneling_Explained.html" target="_blank">SSH Tunneling</a> for a while now mainly to encrypt HTTP traffic when using public wireless access points.  I won&#8217;t go into detail here, just Google for &#8220;SSH Tunneling&#8221; if you need more information.  I&#8217;m also gonna assume you already have an <a title="OpenSSH" href="http://www.openssh.com/" target="_blank">SSH Server</a> set up.</p>
<ul>
<li>Download <a title="PuTTY" href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html" target="_blank">PuTTY</a> and save it to C:/.</li>
<li>Open notepad, type in the command below and save it as securetunnel.bat (Note: remove <span style="text-decoration: line-through;">username@</span> and <span style="text-decoration: line-through;">-pw password</span> if you prefer to get prompted for them for security reasons):
<ul>
<li><em>c:\putty -D 8080 -P 22 -ssh username@ssh_server_ip -pw password</em></li>
</ul>
</li>
<li>Double-click securetunnel.bat to connect to your SSH server.</li>
<li>Open your internet browser and change its proxy settings to use 127.0.0.1:8080 as the SOCKS host.  To do this in Internet Explorer 7, go to Tools -&gt; Internet Options -&gt; Connections Tab -&gt; LAN Settings -&gt; Check &#8220;Use a proxy server for your LAN&#8230;&#8221; -&gt; Click the &#8220;Advanced&#8221; button and set the settings just like the picture below:&#8221;</li>
</ul>
<p align="center"><a href="http://www.calazan.com/wp-content/uploads/2008/09/proxy.jpg"><img class="aligncenter size-medium wp-image-103" title="IE 7 Proxy" src="http://www.calazan.com/wp-content/uploads/2008/09/proxy.jpg" alt="" width="280" height="300" /></a></p>
<ul>
<li>Go to <a title="What's my IP?" href="http://www.whatismyip.com" target="_blank">http://www.whatismyip.com</a> and if your public IP shows up the same as your SSH server&#8217;s public IP then you&#8217;re all set!</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.calazan.com/how-to-encrypt-http-traffic-and-bypass-most-firewalls-using-ssh-tunneling-with-putty-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
