<?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>whizfoo &#187; security</title>
	<atom:link href="http://www.whiz.se/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.whiz.se</link>
	<description>Personal homepage and blog of Sven Arvidsson</description>
	<lastBuildDate>Mon, 28 Dec 2009 20:20:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SSH as a proxy</title>
		<link>http://www.whiz.se/2008/06/05/ssh-as-a-proxy/</link>
		<comments>http://www.whiz.se/2008/06/05/ssh-as-a-proxy/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 16:45:26 +0000</pubDate>
		<dc:creator>Sven Arvidsson</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.whiz.se/?p=141</guid>
		<description><![CDATA[I have yet to set up OpenVPN and making it work with NetworkManager (this is planned some time after I install FreeWRT on the router) so I have naturally been a bit hesitant to connect to unsecured wireless networks. It turns out there is an easy way to secure your connection with tools already installed, [...]]]></description>
			<content:encoded><![CDATA[<p>I have yet to set up OpenVPN and making it work with NetworkManager (this is planned some time after I install <a href="http://freewrt.org/trac/">FreeWRT</a> on the router) so I have naturally been a bit hesitant to connect to unsecured wireless networks. It turns out there is an easy way to secure your connection with tools already installed, SSH:</p>
<blockquote><p>Then I found that <tt>ssh</tt> has a really nifty <tt>-D</tt> option to implement a SOCKS5 proxy.  Therefore all I needed to do was <tt>ssh -D localhost:8080 remote.box</tt> and then setup Firefox to use <tt>localhost:8080</tt> as a SOCKS proxy server.</p></blockquote>
<p>Thank you <a href="http://www.technovelty.org/linux/easy-vpn.html">Ian Wienand</a> for sharing this useful tip!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whiz.se/2008/06/05/ssh-as-a-proxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
