<?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 Port Forwarding on Mac OS X</title>
	<atom:link href="http://manas.tungare.name/blog/ssh-port-forwarding-on-mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://manas.tungare.name/blog/ssh-port-forwarding-on-mac-os-x/</link>
	<description></description>
	<lastBuildDate>Fri, 17 May 2013 16:56:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Mahdi</title>
		<link>http://manas.tungare.name/blog/ssh-port-forwarding-on-mac-os-x/comment-page-1/#comment-10576</link>
		<dc:creator>Mahdi</dc:creator>
		<pubDate>Sun, 03 Feb 2013 22:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://manas.tungare.name/blog/?p=174#comment-10576</guid>
		<description><![CDATA[Thanks for the useful post! Save me the hour :)]]></description>
		<content:encoded><![CDATA[<p>Thanks for the useful post! Save me the hour :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Connect Mac OS X with Linux Server &#171; Bo Yang&#039;s Blog</title>
		<link>http://manas.tungare.name/blog/ssh-port-forwarding-on-mac-os-x/comment-page-1/#comment-10433</link>
		<dc:creator>Connect Mac OS X with Linux Server &#171; Bo Yang&#039;s Blog</dc:creator>
		<pubDate>Sat, 25 Aug 2012 00:40:16 +0000</pubDate>
		<guid isPermaLink="false">http://manas.tungare.name/blog/?p=174#comment-10433</guid>
		<description><![CDATA[[...] RealVNC, and 5900 is the port number of the VNC in Linux. For details about this command, refer to SSH Port Forwarding on Mac OS X. Then start RealVNC, enter &#8220;localhost:5901&#8221; and your VNC [...]]]></description>
		<content:encoded><![CDATA[<p>[...] RealVNC, and 5900 is the port number of the VNC in Linux. For details about this command, refer to SSH Port Forwarding on Mac OS X. Then start RealVNC, enter &#8220;localhost:5901&#8221; and your VNC [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eelco Wiersma</title>
		<link>http://manas.tungare.name/blog/ssh-port-forwarding-on-mac-os-x/comment-page-1/#comment-10364</link>
		<dc:creator>Eelco Wiersma</dc:creator>
		<pubDate>Mon, 16 Jan 2012 15:01:03 +0000</pubDate>
		<guid isPermaLink="false">http://manas.tungare.name/blog/?p=174#comment-10364</guid>
		<description><![CDATA[Excellent post! Now I can finally delete those ugly tunneling apps. This works perfect with the Automator.]]></description>
		<content:encoded><![CDATA[<p>Excellent post! Now I can finally delete those ugly tunneling apps. This works perfect with the Automator.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://manas.tungare.name/blog/ssh-port-forwarding-on-mac-os-x/comment-page-1/#comment-10350</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Wed, 23 Nov 2011 06:58:35 +0000</pubDate>
		<guid isPermaLink="false">http://manas.tungare.name/blog/?p=174#comment-10350</guid>
		<description><![CDATA[Thank you very much.  This saved me a lot of time, and worked on the first try.

Two suggestions (trying to build my own positive karma :-) ):

1: If you end the command with &amp;, it will politely run in the background, giving you your Terminal window back.

2: You wrote &quot;The -L parameter specifies that this is a remote-to-local tunnel.&quot;  This is backward to my understanding.  -L means that I connect to that port locally, and my data is sent off to the remote host, so I would call it a &quot;local-to-remote tunnel.&quot;  I say this having a: read the ssh man page, and b: run it and it actually worked. :-)  Don&#039;t know if what you wrote was a typo, or just a failure of my understanding, but I thought I&#039;d mention it in case anyone else had the same failure of understanding.

Again, thank you very much for this page.]]></description>
		<content:encoded><![CDATA[<p>Thank you very much.  This saved me a lot of time, and worked on the first try.</p>
<p>Two suggestions (trying to build my own positive karma :-) ):</p>
<p>1: If you end the command with &amp;, it will politely run in the background, giving you your Terminal window back.</p>
<p>2: You wrote &#8220;The -L parameter specifies that this is a remote-to-local tunnel.&#8221;  This is backward to my understanding.  -L means that I connect to that port locally, and my data is sent off to the remote host, so I would call it a &#8220;local-to-remote tunnel.&#8221;  I say this having a: read the ssh man page, and b: run it and it actually worked. :-)  Don&#8217;t know if what you wrote was a typo, or just a failure of my understanding, but I thought I&#8217;d mention it in case anyone else had the same failure of understanding.</p>
<p>Again, thank you very much for this page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://manas.tungare.name/blog/ssh-port-forwarding-on-mac-os-x/comment-page-1/#comment-10211</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Wed, 12 Oct 2011 16:51:26 +0000</pubDate>
		<guid isPermaLink="false">http://manas.tungare.name/blog/?p=174#comment-10211</guid>
		<description><![CDATA[Hi,

could you possibly give me a hand?

I own a Mac OSX Lion and I want to set up a port forwarding (local-to-remote?) in order to enable Click&#039;n&#039;Load  kind of access between my computer and my NAS server which is running pyLoad. I just need to make that all the packets coming in on port 9666 will be forwarded to my NAS box. I want to set this up as a service so it is enabled at boot time and I&#039;m not prompted with the password all the time.

This is what I&#039;ve done:

Marcs-MacBook-Air:~ marc$ ssh -L 127.0.0.1:9666:[ServerIP]:8100 -N 192.168.0.2 -l admin -p 24
admin@192.168.0.2&#039;s password: 
channel 1: open failed: administratively prohibited: open failed
channel 1: open failed: administratively prohibited: open failed

and I&#039;m following this german guide http://forum.pyload.org/viewtopic.php?f=9&amp;t=452 (the OP seems to have been mixed port numbers but that&#039;s not a big deal).

Help would be very much appreciated. I thank you in advance. Cheers on your post, very very helpful!!!! ;)]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>could you possibly give me a hand?</p>
<p>I own a Mac OSX Lion and I want to set up a port forwarding (local-to-remote?) in order to enable Click&#8217;n'Load  kind of access between my computer and my NAS server which is running pyLoad. I just need to make that all the packets coming in on port 9666 will be forwarded to my NAS box. I want to set this up as a service so it is enabled at boot time and I&#8217;m not prompted with the password all the time.</p>
<p>This is what I&#8217;ve done:</p>
<p>Marcs-MacBook-Air:~ marc$ ssh -L 127.0.0.1:9666:[ServerIP]:8100 -N 192.168.0.2 -l admin -p 24<br />
<a href="mailto:admin@192.168">admin@192.168</a>.0.2&#8242;s password:<br />
channel 1: open failed: administratively prohibited: open failed<br />
channel 1: open failed: administratively prohibited: open failed</p>
<p>and I&#8217;m following this german guide <a href="http://forum.pyload.org/viewtopic.php?f=9&#038;t=452" rel="nofollow">http://forum.pyload.org/viewtopic.php?f=9&#038;t=452</a> (the OP seems to have been mixed port numbers but that&#8217;s not a big deal).</p>
<p>Help would be very much appreciated. I thank you in advance. Cheers on your post, very very helpful!!!! ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shook100</title>
		<link>http://manas.tungare.name/blog/ssh-port-forwarding-on-mac-os-x/comment-page-1/#comment-10210</link>
		<dc:creator>shook100</dc:creator>
		<pubDate>Sat, 24 Sep 2011 01:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://manas.tungare.name/blog/?p=174#comment-10210</guid>
		<description><![CDATA[Got the port forward working on the first try after a quick read. Karma++ for you - many thanks.]]></description>
		<content:encoded><![CDATA[<p>Got the port forward working on the first try after a quick read. Karma++ for you &#8211; many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack Tseng</title>
		<link>http://manas.tungare.name/blog/ssh-port-forwarding-on-mac-os-x/comment-page-1/#comment-10192</link>
		<dc:creator>Jack Tseng</dc:creator>
		<pubDate>Fri, 15 Jul 2011 18:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://manas.tungare.name/blog/?p=174#comment-10192</guid>
		<description><![CDATA[For internet access:
1. You need to setup an dyndns or noip account
2. You then need to set up port forwarding in your router (default  port is &quot;22&quot;)
3. Instead use the &quot;192.168.1.11&quot; LAN address, you would use say &quot;abc.dyndns.org&quot; address where &quot;abc&quot; is what you use as your host name when you setup the dyndns.org account...
Hope this help..]]></description>
		<content:encoded><![CDATA[<p>For internet access:<br />
1. You need to setup an dyndns or noip account<br />
2. You then need to set up port forwarding in your router (default  port is &#8220;22&#8243;)<br />
3. Instead use the &#8220;192.168.1.11&#8243; LAN address, you would use say &#8220;abc.dyndns.org&#8221; address where &#8220;abc&#8221; is what you use as your host name when you setup the dyndns.org account&#8230;<br />
Hope this help..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack Tseng</title>
		<link>http://manas.tungare.name/blog/ssh-port-forwarding-on-mac-os-x/comment-page-1/#comment-10191</link>
		<dc:creator>Jack Tseng</dc:creator>
		<pubDate>Fri, 15 Jul 2011 18:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://manas.tungare.name/blog/?p=174#comment-10191</guid>
		<description><![CDATA[Joel,

    You can type in the following:

    &quot;ssh -l joel 192.168.1.11&quot;
     Assuming your user name is &quot;joel&quot; and the machine you try to connect to is &quot;192.168.1.11&quot;

     Of course, this only work if you are connected on the same network...]]></description>
		<content:encoded><![CDATA[<p>Joel,</p>
<p>    You can type in the following:</p>
<p>    &#8220;ssh -l joel 192.168.1.11&#8243;<br />
     Assuming your user name is &#8220;joel&#8221; and the machine you try to connect to is &#8220;192.168.1.11&#8243;</p>
<p>     Of course, this only work if you are connected on the same network&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel</title>
		<link>http://manas.tungare.name/blog/ssh-port-forwarding-on-mac-os-x/comment-page-1/#comment-10185</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Fri, 01 Jul 2011 12:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://manas.tungare.name/blog/?p=174#comment-10185</guid>
		<description><![CDATA[You spent all the time to write this, but did not provide one single example.

Frustrating, to say the least.]]></description>
		<content:encoded><![CDATA[<p>You spent all the time to write this, but did not provide one single example.</p>
<p>Frustrating, to say the least.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dwi Kiansantang</title>
		<link>http://manas.tungare.name/blog/ssh-port-forwarding-on-mac-os-x/comment-page-1/#comment-8972</link>
		<dc:creator>Dwi Kiansantang</dc:creator>
		<pubDate>Thu, 20 May 2010 04:28:12 +0000</pubDate>
		<guid isPermaLink="false">http://manas.tungare.name/blog/?p=174#comment-8972</guid>
		<description><![CDATA[hi Manas,
in windows i used to set port forwarder using SSH secure FTP like this:
port forwarding local addr 1080 rem host dynamic forward

how to do this in MAC

tks in advance]]></description>
		<content:encoded><![CDATA[<p>hi Manas,<br />
in windows i used to set port forwarder using SSH secure FTP like this:<br />
port forwarding local addr 1080 rem host dynamic forward</p>
<p>how to do this in MAC</p>
<p>tks in advance</p>
]]></content:encoded>
	</item>
</channel>
</rss>
