<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: SSH! It&#8217;s A Secret!</title>
	<atom:link href="http://pthree.org/2006/10/28/ssh-its-a-secret/feed/" rel="self" type="application/rss+xml" />
	<link>http://pthree.org/2006/10/28/ssh-its-a-secret/</link>
	<description>Linux.  GNU.  Freedom.</description>
	<pubDate>Tue, 02 Dec 2008 15:12:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-RC1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Aaron</title>
		<link>http://pthree.org/2006/10/28/ssh-its-a-secret/#comment-13360</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Mon, 30 Oct 2006 20:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.pthree.org/2006/10/28/ssh-its-a-secret/#comment-13360</guid>
		<description>Lonnie-  I always get an error with -D: "bind: Address already in use", regardless of port or server.  Good to know though, if I can actually get it to work.

Kevin-  Not if you are already using that port on your computer.  I would rather move it somewhere else like 8080, or higher.</description>
		<content:encoded><![CDATA[<p>Lonnie-  I always get an error with -D: &#8220;bind: Address already in use&#8221;, regardless of port or server.  Good to know though, if I can actually get it to work.</p>
<p>Kevin-  Not if you are already using that port on your computer.  I would rather move it somewhere else like 8080, or higher.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://pthree.org/2006/10/28/ssh-its-a-secret/#comment-13339</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Mon, 30 Oct 2006 19:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.pthree.org/2006/10/28/ssh-its-a-secret/#comment-13339</guid>
		<description>Would it be possible to just do port 80 instead of 8080? Thereby creating a kinda transparent proxy....</description>
		<content:encoded><![CDATA[<p>Would it be possible to just do port 80 instead of 8080? Thereby creating a kinda transparent proxy&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lonnie Olson</title>
		<link>http://pthree.org/2006/10/28/ssh-its-a-secret/#comment-13329</link>
		<dc:creator>Lonnie Olson</dc:creator>
		<pubDate>Mon, 30 Oct 2006 18:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.pthree.org/2006/10/28/ssh-its-a-secret/#comment-13329</guid>
		<description>Much easier solution that doesn't require any proxy software on the server.

ssh -D 8080 user@someserver.com

The -D switch causes ssh to create a SOCKS compliant proxy server on the port specified.  Just set your browser's socks proxy to be localhost:8080 and all traffic is routed over the secure tunnel.

Since most browsers, mail clients, newsreaders, etc support SOCKS for their proxies, this option can make secure internet usage available to anyone with a shell account.  No fancy server setup required.</description>
		<content:encoded><![CDATA[<p>Much easier solution that doesn&#8217;t require any proxy software on the server.</p>
<p>ssh -D 8080 <a href="mailto:user@someserver.com">user@someserver.com</a></p>
<p>The -D switch causes ssh to create a SOCKS compliant proxy server on the port specified.  Just set your browser&#8217;s socks proxy to be localhost:8080 and all traffic is routed over the secure tunnel.</p>
<p>Since most browsers, mail clients, newsreaders, etc support SOCKS for their proxies, this option can make secure internet usage available to anyone with a shell account.  No fancy server setup required.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://pthree.org/2006/10/28/ssh-its-a-secret/#comment-13144</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 29 Oct 2006 14:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.pthree.org/2006/10/28/ssh-its-a-secret/#comment-13144</guid>
		<description>I use tinyproxy for this, just FYI.</description>
		<content:encoded><![CDATA[<p>I use tinyproxy for this, just FYI.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
