<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Advanced OS X:  Surf a Secure Tunnel via SSH</title>
	<atom:link href="http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/</link>
	<description>Mac Apps, Reviews, Previews, Interviews, and Giveaways.</description>
	<lastBuildDate>Fri, 20 Nov 2009 15:57:29 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Justin R. Miller</title>
		<link>http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/comment-page-2/#comment-155191</link>
		<dc:creator>Justin R. Miller</dc:creator>
		<pubDate>Mon, 01 Jun 2009 21:26:51 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/#comment-155191</guid>
		<description>I just wanted to point out &lt;a href=&quot;http://codesorcery.net/meerkat&quot; rel=&quot;nofollow&quot;&gt;Meerkat&lt;/a&gt;, a product I developed for more easier tunneling on the Mac. It will do dynamic (-D) tunnels as well, and in combination with something like &lt;a href=&quot;http://networklocationapp.com/&quot; rel=&quot;nofollow&quot;&gt;NetworkLocation&lt;/a&gt;, it could setup your Mac to use it automatically based on physical location.</description>
		<content:encoded><![CDATA[<p>I just wanted to point out <a href="http://codesorcery.net/meerkat" rel="nofollow">Meerkat</a>, a product I developed for more easier tunneling on the Mac. It will do dynamic (-D) tunnels as well, and in combination with something like <a href="http://networklocationapp.com/" rel="nofollow">NetworkLocation</a>, it could setup your Mac to use it automatically based on physical location.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Graefe</title>
		<link>http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/comment-page-2/#comment-154986</link>
		<dc:creator>Bill Graefe</dc:creator>
		<pubDate>Wed, 06 May 2009 20:10:40 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/#comment-154986</guid>
		<description>It&#039;s not squid but SOCKS V5 (if Leopard).

The port you pick for -D doesn&#039;t matter so long as it&#039;s unused. 8080 is commonly for a user (not computer) level http server so I&#039;d not use that. Whatever number you pick here must be set in the port number used by Network prefs or the browser. The reason it doesn&#039;t matter (provided you don&#039;t try to use a port already in use) is it&#039;s all contained within the client computer.

The outbound port from client to server is not specified in the above. That&#039;s done with -p switch and can be used to pick a port that a firewall does permit. 443 is likely open as that&#039;s used for https: (secure web). The server setup has to be configured to listen there. Some routers support port forwarding with remapping so you could take the -p port into port 22 where the SSH server defaults to. Otherwise, you&#039;ll have to reset the Mac sshd to use the -p specified. If you&#039;re using a free/paid service, you&#039;ll need to configure it based on what they say (and trust them with the data you&#039;re sending)</description>
		<content:encoded><![CDATA[<p>It&#8217;s not squid but SOCKS V5 (if Leopard).</p>
<p>The port you pick for -D doesn&#8217;t matter so long as it&#8217;s unused. 8080 is commonly for a user (not computer) level http server so I&#8217;d not use that. Whatever number you pick here must be set in the port number used by Network prefs or the browser. The reason it doesn&#8217;t matter (provided you don&#8217;t try to use a port already in use) is it&#8217;s all contained within the client computer.</p>
<p>The outbound port from client to server is not specified in the above. That&#8217;s done with -p switch and can be used to pick a port that a firewall does permit. 443 is likely open as that&#8217;s used for https: (secure web). The server setup has to be configured to listen there. Some routers support port forwarding with remapping so you could take the -p port into port 22 where the SSH server defaults to. Otherwise, you&#8217;ll have to reset the Mac sshd to use the -p specified. If you&#8217;re using a free/paid service, you&#8217;ll need to configure it based on what they say (and trust them with the data you&#8217;re sending)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alma</title>
		<link>http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/comment-page-2/#comment-154769</link>
		<dc:creator>alma</dc:creator>
		<pubDate>Wed, 08 Apr 2009 15:30:35 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/#comment-154769</guid>
		<description>It simply isn’t working for me.
I am using in the school the putty,windows ssh client. The home Mac is ready to accept ssh requests. I am able to login via ssh port 80 to the home machine, but i cant use the school browser if I change the proxy to localhost:port, when I redirect.
The article (and the others as well) doesnt desribe what kind of proxy runs on the mac. is it squid? why is it 8080 or why 1080? some site states 1080.

thanks.</description>
		<content:encoded><![CDATA[<p>It simply isn’t working for me.<br />
I am using in the school the putty,windows ssh client. The home Mac is ready to accept ssh requests. I am able to login via ssh port 80 to the home machine, but i cant use the school browser if I change the proxy to localhost:port, when I redirect.<br />
The article (and the others as well) doesnt desribe what kind of proxy runs on the mac. is it squid? why is it 8080 or why 1080? some site states 1080.</p>
<p>thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How To Get Around A Web Filter &#124; acSlater.com</title>
		<link>http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/comment-page-2/#comment-154277</link>
		<dc:creator>How To Get Around A Web Filter &#124; acSlater.com</dc:creator>
		<pubDate>Fri, 13 Feb 2009 02:53:42 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/#comment-154277</guid>
		<description>[...] the exact steps I took to do it, Click Here   Share and [...]</description>
		<content:encoded><![CDATA[<p>[...] the exact steps I took to do it, Click Here   Share and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Squarenine [Sq]9 &#187; Advanced OS X: Surf a Secure Tunnel via SSH &#124; MacApper</title>
		<link>http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/comment-page-2/#comment-154092</link>
		<dc:creator>Squarenine [Sq]9 &#187; Advanced OS X: Surf a Secure Tunnel via SSH &#124; MacApper</dc:creator>
		<pubDate>Wed, 28 Jan 2009 06:08:06 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/#comment-154092</guid>
		<description>[...] Advanced OS X: Surf a Secure Tunnel via SSH &#124; MacApper. [...]</description>
		<content:encoded><![CDATA[<p>[...] Advanced OS X: Surf a Secure Tunnel via SSH | MacApper. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PO</title>
		<link>http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/comment-page-2/#comment-112352</link>
		<dc:creator>PO</dc:creator>
		<pubDate>Tue, 17 Jun 2008 21:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/#comment-112352</guid>
		<description>Hi, I am successfully using this, but it&#039;s not working with multiple connections, so if I&#039;m downloading a file via http, I can&#039;t navigate on any other webpages before the download is complete. Is this a configuration somewhere?</description>
		<content:encoded><![CDATA[<p>Hi, I am successfully using this, but it&#8217;s not working with multiple connections, so if I&#8217;m downloading a file via http, I can&#8217;t navigate on any other webpages before the download is complete. Is this a configuration somewhere?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/comment-page-2/#comment-101366</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 04 Jun 2008 07:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/#comment-101366</guid>
		<description>Anybody knows this command what means?

ssh -l xRaid xxx.xxx.xxx.xxx</description>
		<content:encoded><![CDATA[<p>Anybody knows this command what means?</p>
<p>ssh -l xRaid xxx.xxx.xxx.xxx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Watermarker</title>
		<link>http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/comment-page-2/#comment-95898</link>
		<dc:creator>Watermarker</dc:creator>
		<pubDate>Tue, 27 May 2008 07:42:45 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/#comment-95898</guid>
		<description>I have installed Leopard to my PS, can use described configuration...</description>
		<content:encoded><![CDATA[<p>I have installed Leopard to my PS, can use described configuration&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: term life insurance traffic</title>
		<link>http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/comment-page-2/#comment-93616</link>
		<dc:creator>term life insurance traffic</dc:creator>
		<pubDate>Fri, 23 May 2008 11:28:16 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/#comment-93616</guid>
		<description>&lt;strong&gt;term life insurance traffic...&lt;/strong&gt;

Hello,...</description>
		<content:encoded><![CDATA[<p><strong>term life insurance traffic&#8230;</strong></p>
<p>Hello,&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucian</title>
		<link>http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/comment-page-2/#comment-32573</link>
		<dc:creator>Lucian</dc:creator>
		<pubDate>Tue, 18 Dec 2007 11:42:25 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/#comment-32573</guid>
		<description>Best tool to check your IP address is: &lt;a href=&quot;http://www.ipgp.net&quot; rel=&quot;nofollow&quot;&gt;Ip address lookup&lt;/a&gt; . Gives you exact location and map.</description>
		<content:encoded><![CDATA[<p>Best tool to check your IP address is: <a href="http://www.ipgp.net" rel="nofollow">Ip address lookup</a> . Gives you exact location and map.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DL</title>
		<link>http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/comment-page-2/#comment-29431</link>
		<dc:creator>DL</dc:creator>
		<pubDate>Wed, 05 Dec 2007 23:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/#comment-29431</guid>
		<description>the tunnel is in effect a SOCKS proxy.  make sure your web browser is set up correctly to use the proxy (on localhost).</description>
		<content:encoded><![CDATA[<p>the tunnel is in effect a SOCKS proxy.  make sure your web browser is set up correctly to use the proxy (on localhost).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward</title>
		<link>http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/comment-page-2/#comment-29430</link>
		<dc:creator>Edward</dc:creator>
		<pubDate>Wed, 05 Dec 2007 23:26:45 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/#comment-29430</guid>
		<description>Hi
I followed these instructions, and i can get a tunnel up, however, i cant get access to a webpage across it.  Do i need to run a proxy at the end of the tunnel to fetch page i request? if so how do i get the output from the server end of the SSH tunnel to connect to the proxy?

Any help would be appriciated

Thanks</description>
		<content:encoded><![CDATA[<p>Hi<br />
I followed these instructions, and i can get a tunnel up, however, i cant get access to a webpage across it.  Do i need to run a proxy at the end of the tunnel to fetch page i request? if so how do i get the output from the server end of the SSH tunnel to connect to the proxy?</p>
<p>Any help would be appriciated</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Apple is Not Fruit &#187; Advanced OS X: Surf a Secure Tunnel via SSH</title>
		<link>http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/comment-page-2/#comment-23359</link>
		<dc:creator>Apple is Not Fruit &#187; Advanced OS X: Surf a Secure Tunnel via SSH</dc:creator>
		<pubDate>Fri, 16 Nov 2007 13:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/#comment-23359</guid>
		<description>[...] read more &#124; digg story [...]</description>
		<content:encoded><![CDATA[<p>[...] read more | digg story [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon</title>
		<link>http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/comment-page-2/#comment-19953</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Tue, 30 Oct 2007 14:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/#comment-19953</guid>
		<description>can you tell me how to tunnel SAMBA and vnc over ssh, I want to control a headless ubuntu box from a 10.4 Tiger laptop?</description>
		<content:encoded><![CDATA[<p>can you tell me how to tunnel SAMBA and vnc over ssh, I want to control a headless ubuntu box from a 10.4 Tiger laptop?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sock It &#187; Advanced OS X: Surf a Secure Tunnel via SSH &#124; MacApper</title>
		<link>http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/comment-page-2/#comment-16971</link>
		<dc:creator>Sock It &#187; Advanced OS X: Surf a Secure Tunnel via SSH &#124; MacApper</dc:creator>
		<pubDate>Sat, 06 Oct 2007 01:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/#comment-16971</guid>
		<description>[...] GOJeff wrote an interesting post today onHere&#8217;s a quick excerpt So there you are in your cubicle at work utilizing your employer&#8217;s expensive internet connection for everything except something that can actually justify your pay check. This is a good enough time to do some &#8230; Saved By: dthorp &#124; View Details &#124; Give Thanks Tags: security, ssh, tunnel, socks [...]</description>
		<content:encoded><![CDATA[<p>[...] GOJeff wrote an interesting post today onHere&#8217;s a quick excerpt So there you are in your cubicle at work utilizing your employer&#8217;s expensive internet connection for everything except something that can actually justify your pay check. This is a good enough time to do some &#8230; Saved By: dthorp | View Details | Give Thanks Tags: security, ssh, tunnel, socks [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Apple Fever - Today&#8217;s Top Blog Posts on Apple - Powered by SocialRank</title>
		<link>http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/comment-page-1/#comment-16321</link>
		<dc:creator>Apple Fever - Today&#8217;s Top Blog Posts on Apple - Powered by SocialRank</dc:creator>
		<pubDate>Mon, 01 Oct 2007 09:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/#comment-16321</guid>
		<description>[...] Advanced OS X: Surf a Secure Tunnel via SSH &#124; MacApper [...]</description>
		<content:encoded><![CDATA[<p>[...] Advanced OS X: Surf a Secure Tunnel via SSH | MacApper [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rom</title>
		<link>http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/comment-page-1/#comment-7586</link>
		<dc:creator>Rom</dc:creator>
		<pubDate>Sat, 30 Jun 2007 21:03:39 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/#comment-7586</guid>
		<description>&lt;a href=&quot;http://www.anonymity.ws&quot; rel=&quot;nofollow&quot;&gt;http://www.anonymity.ws&lt;/a&gt; - more useful links to tools and articles related to anonymity.</description>
		<content:encoded><![CDATA[<p><a href="http://www.anonymity.ws" rel="nofollow">http://www.anonymity.ws</a> &#8211; more useful links to tools and articles related to anonymity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Links for Mon 18 Jun 2007 &#124; Joseph Scott's Blog</title>
		<link>http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/comment-page-1/#comment-6710</link>
		<dc:creator>Links for Mon 18 Jun 2007 &#124; Joseph Scott's Blog</dc:creator>
		<pubDate>Tue, 19 Jun 2007 00:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/#comment-6710</guid>
		<description>[...] Advanced OS X: Surf a Secure Tunnel via SSH &#124; MacApper - Quick howto/example of tunneling traffic on your Mac over SSH to a remote system.  Tags: ssh macosx howto proxy tunnel [...]</description>
		<content:encoded><![CDATA[<p>[...] Advanced OS X: Surf a Secure Tunnel via SSH | MacApper &#8211; Quick howto/example of tunneling traffic on your Mac over SSH to a remote system.  Tags: ssh macosx howto proxy tunnel [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LaSombra</title>
		<link>http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/comment-page-1/#comment-5645</link>
		<dc:creator>LaSombra</dc:creator>
		<pubDate>Thu, 31 May 2007 09:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/#comment-5645</guid>
		<description>Thank you dude!
I can access Wikipedia from China now!</description>
		<content:encoded><![CDATA[<p>Thank you dude!<br />
I can access Wikipedia from China now!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dovergeek</title>
		<link>http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/comment-page-1/#comment-5530</link>
		<dc:creator>Dovergeek</dc:creator>
		<pubDate>Mon, 28 May 2007 23:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/#comment-5530</guid>
		<description>Would be nice if I could utilize SSH through our firewall but it only allows IP ranges on our Intranet, so no love from our Network Admins.

This is fairly common security practice in large corporations.</description>
		<content:encoded><![CDATA[<p>Would be nice if I could utilize SSH through our firewall but it only allows IP ranges on our Intranet, so no love from our Network Admins.</p>
<p>This is fairly common security practice in large corporations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: teszeract</title>
		<link>http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/comment-page-1/#comment-5486</link>
		<dc:creator>teszeract</dc:creator>
		<pubDate>Mon, 28 May 2007 02:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/#comment-5486</guid>
		<description>I wonder if this system can be used for doubling up on using services that limit downloads to one IP at a time. IOW, on the client, use Firefox+ssh and Safari without?</description>
		<content:encoded><![CDATA[<p>I wonder if this system can be used for doubling up on using services that limit downloads to one IP at a time. IOW, on the client, use Firefox+ssh and Safari without?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kobak pont org &#187; links for 2007-05-27</title>
		<link>http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/comment-page-1/#comment-5431</link>
		<dc:creator>kobak pont org &#187; links for 2007-05-27</dc:creator>
		<pubDate>Sun, 27 May 2007 01:23:43 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/#comment-5431</guid>
		<description>[...] Advanced OS X: Surf a Secure Tunnel via SSH &#124; MacApper meg jol johet&#8230; (tags: ssh osx security tunnel howto mac apple) [...]</description>
		<content:encoded><![CDATA[<p>[...] Advanced OS X: Surf a Secure Tunnel via SSH | MacApper meg jol johet&#8230; (tags: ssh osx security tunnel howto mac apple) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tunnel surf &#171; 0ddn1x: tricks with *nix</title>
		<link>http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/comment-page-1/#comment-5406</link>
		<dc:creator>Tunnel surf &#171; 0ddn1x: tricks with *nix</dc:creator>
		<pubDate>Sat, 26 May 2007 16:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/#comment-5406</guid>
		<description>[...] Tunnel&#160;surf Filed under: OSX &#8212; 0ddn1x @ 2007-05-26 16:39:50 +0000   http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/  [...]</description>
		<content:encoded><![CDATA[<p>[...] Tunnel&nbsp;surf Filed under: OSX &#8212; 0ddn1x @ 2007-05-26 16:39:50 +0000   <a href="http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/" rel="nofollow">http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/</a>  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 4fthawaiian</title>
		<link>http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/comment-page-1/#comment-5380</link>
		<dc:creator>4fthawaiian</dc:creator>
		<pubDate>Sat, 26 May 2007 07:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/#comment-5380</guid>
		<description>Fantastic FREE service I meant to say. Exhaustion = bad. Heh.</description>
		<content:encoded><![CDATA[<p>Fantastic FREE service I meant to say. Exhaustion = bad. Heh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 4fthawaiian</title>
		<link>http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/comment-page-1/#comment-5379</link>
		<dc:creator>4fthawaiian</dc:creator>
		<pubDate>Sat, 26 May 2007 07:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/#comment-5379</guid>
		<description>Great to hear it Mikko! It&#039;s a fantastic great service. Spread the word ;)</description>
		<content:encoded><![CDATA[<p>Great to hear it Mikko! It&#8217;s a fantastic great service. Spread the word <img src='http://macapper.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Advanced OS X: Surf a Secure Tunnel via SSH &#171; News Coctail</title>
		<link>http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/comment-page-1/#comment-5338</link>
		<dc:creator>Advanced OS X: Surf a Secure Tunnel via SSH &#171; News Coctail</dc:creator>
		<pubDate>Fri, 25 May 2007 14:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/#comment-5338</guid>
		<description>[...] OS X: Surf a Secure Tunnel via&#160;SSH Filed under: Uncategorized &#8212; recar @ 2:08 pm   Advanced OS X: Surf a Secure Tunnel via SSH Now before you fire up Monster.com on your soon to be former employerâ€™s dime, there is thankfully [...]</description>
		<content:encoded><![CDATA[<p>[...] OS X: Surf a Secure Tunnel via&nbsp;SSH Filed under: Uncategorized &#8212; recar @ 2:08 pm   Advanced OS X: Surf a Secure Tunnel via SSH Now before you fire up Monster.com on your soon to be former employerâ€™s dime, there is thankfully [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rubberband Wound &#187; Blog Archive &#187; links for 2007-05-25</title>
		<link>http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/comment-page-1/#comment-5321</link>
		<dc:creator>Rubberband Wound &#187; Blog Archive &#187; links for 2007-05-25</dc:creator>
		<pubDate>Fri, 25 May 2007 08:21:28 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/#comment-5321</guid>
		<description>[...] Advanced OS X: Surf a Secure Tunnel via SSH &#124; MacApper (tags: OSX privacy Security toRead toDo Tutorial VPN HowTo Networking ssh Software) [...]</description>
		<content:encoded><![CDATA[<p>[...] Advanced OS X: Surf a Secure Tunnel via SSH | MacApper (tags: OSX privacy Security toRead toDo Tutorial VPN HowTo Networking ssh Software) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2007-05-25 &#124; apt-get install</title>
		<link>http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/comment-page-1/#comment-5319</link>
		<dc:creator>links for 2007-05-25 &#124; apt-get install</dc:creator>
		<pubDate>Fri, 25 May 2007 06:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/#comment-5319</guid>
		<description>[...] Advanced OS X: Surf a Secure Tunnel via SSH &#124; MacApper A quick synopsis of what those switches mean is as follows: -D 8080 : This basically does a lot of dynamic stuff and makes it behave as a SOCKS server. Of course you could use any non privileged port here (above 1023). -f : This will fork the process into (tags: ssh Security tunnel socks privacy proxy) [...]</description>
		<content:encoded><![CDATA[<p>[...] Advanced OS X: Surf a Secure Tunnel via SSH | MacApper A quick synopsis of what those switches mean is as follows: -D 8080 : This basically does a lot of dynamic stuff and makes it behave as a SOCKS server. Of course you could use any non privileged port here (above 1023). -f : This will fork the process into (tags: ssh Security tunnel socks privacy proxy) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2007-05-25 at edsmiley.com</title>
		<link>http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/comment-page-1/#comment-5307</link>
		<dc:creator>links for 2007-05-25 at edsmiley.com</dc:creator>
		<pubDate>Fri, 25 May 2007 04:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/#comment-5307</guid>
		<description>[...] Advanced OS X: Surf a Secure Tunnel via SSH &#124; MacApper (tags: ssh osx security tunnel) [...]</description>
		<content:encoded><![CDATA[<p>[...] Advanced OS X: Surf a Secure Tunnel via SSH | MacApper (tags: ssh osx security tunnel) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/comment-page-1/#comment-5250</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Thu, 24 May 2007 11:10:06 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/05/22/advanced-os-x-secure-tunneling-via-ssh/#comment-5250</guid>
		<description>Yeah ... this would be ubercool ... make a sequel on using SSH as SOCKS Proxy, http://www.dribin.org/dave/blog/archives/2004/11/22/ssh_socks</description>
		<content:encoded><![CDATA[<p>Yeah &#8230; this would be ubercool &#8230; make a sequel on using SSH as SOCKS Proxy, <a href="http://www.dribin.org/dave/blog/archives/2004/11/22/ssh_socks" rel="nofollow">http://www.dribin.org/dave/blog/archives/2004/11/22/ssh_socks</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
