<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Advanced SSH configuration and tunneling:  We don&#8217;t need no stinking VPN software</title>
	<atom:link href="http://magazine.redhat.com/2007/11/27/advanced-ssh-configuration-and-tunneling-we-dont-need-no-stinking-vpn-software/feed/" rel="self" type="application/rss+xml" />
	<link>http://magazine.redhat.com/2007/11/27/advanced-ssh-configuration-and-tunneling-we-dont-need-no-stinking-vpn-software/</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Mon, 30 Nov 2009 15:42:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: nicopsycho</title>
		<link>http://magazine.redhat.com/2007/11/27/advanced-ssh-configuration-and-tunneling-we-dont-need-no-stinking-vpn-software/#comment-3523</link>
		<dc:creator><![CDATA[nicopsycho]]></dc:creator>
		<pubDate>Wed, 18 Mar 2009 13:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.redhatmagazine.com/2007/11/27/advanced-ssh-configuration-and-tunneling-we-dont-need-no-stinking-vpn-software/#comment-3523</guid>
		<description><![CDATA[Thanks for the tutorial ^^

It worked for me, when the &quot;#Note&quot; for inline comments and the &quot;Host&quot; to &quot;HostName&quot; typo were fixed.

I&#039;ve got 3 porwarded ports (at the moment) 2 VNC and 1 squid, and it is fast and safe.

Keep up the good work...]]></description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial ^^</p>
<p>It worked for me, when the &#8220;#Note&#8221; for inline comments and the &#8220;Host&#8221; to &#8220;HostName&#8221; typo were fixed.</p>
<p>I&#8217;ve got 3 porwarded ports (at the moment) 2 VNC and 1 squid, and it is fast and safe.</p>
<p>Keep up the good work&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://magazine.redhat.com/2007/11/27/advanced-ssh-configuration-and-tunneling-we-dont-need-no-stinking-vpn-software/#comment-1962</link>
		<dc:creator><![CDATA[Ed]]></dc:creator>
		<pubDate>Wed, 07 Jan 2009 15:38:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.redhatmagazine.com/2007/11/27/advanced-ssh-configuration-and-tunneling-we-dont-need-no-stinking-vpn-software/#comment-1962</guid>
		<description><![CDATA[Is there a way to use the Host value in the HostName?

Host myhost
 Hostname ${HOST}.mydomain.com

Host yourHost
 HostName ${HOST}.yourdomain.com

for appending domain names.]]></description>
		<content:encoded><![CDATA[<p>Is there a way to use the Host value in the HostName?</p>
<p>Host myhost<br />
 Hostname ${HOST}.mydomain.com</p>
<p>Host yourHost<br />
 HostName ${HOST}.yourdomain.com</p>
<p>for appending domain names.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Herman</title>
		<link>http://magazine.redhat.com/2007/11/27/advanced-ssh-configuration-and-tunneling-we-dont-need-no-stinking-vpn-software/#comment-1961</link>
		<dc:creator><![CDATA[Herman]]></dc:creator>
		<pubDate>Wed, 03 Dec 2008 20:02:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.redhatmagazine.com/2007/11/27/advanced-ssh-configuration-and-tunneling-we-dont-need-no-stinking-vpn-software/#comment-1961</guid>
		<description><![CDATA[Christopher DeMarco: You *can* tunnel SMB/CIFS using SSH.  You only need to forward either port 139 or 445 for MS Windows networking.]]></description>
		<content:encoded><![CDATA[<p>Christopher DeMarco: You *can* tunnel SMB/CIFS using SSH.  You only need to forward either port 139 or 445 for MS Windows networking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fornetti</title>
		<link>http://magazine.redhat.com/2007/11/27/advanced-ssh-configuration-and-tunneling-we-dont-need-no-stinking-vpn-software/#comment-1960</link>
		<dc:creator><![CDATA[fornetti]]></dc:creator>
		<pubDate>Sun, 31 Aug 2008 13:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.redhatmagazine.com/2007/11/27/advanced-ssh-configuration-and-tunneling-we-dont-need-no-stinking-vpn-software/#comment-1960</guid>
		<description><![CDATA[I do not believe this]]></description>
		<content:encoded><![CDATA[<p>I do not believe this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tunneler</title>
		<link>http://magazine.redhat.com/2007/11/27/advanced-ssh-configuration-and-tunneling-we-dont-need-no-stinking-vpn-software/#comment-1959</link>
		<dc:creator><![CDATA[Tunneler]]></dc:creator>
		<pubDate>Wed, 16 Apr 2008 07:47:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.redhatmagazine.com/2007/11/27/advanced-ssh-configuration-and-tunneling-we-dont-need-no-stinking-vpn-software/#comment-1959</guid>
		<description><![CDATA[Thanks very much for the explanation!

You have a small error in the config:

Host workTunnel
    #Work SSH Server To Initiate Tunneling From
    Host ssh.pretendco.com

&quot;Host ssh.pretendco.com&quot; should be &quot;Hostname ssh.pretendco.com&quot;

Also on a Mac I can&#039;t add comments on the same line as a normal configuration option:
.ssh/config line 13: garbage at end of line; &quot;#Note&quot;.]]></description>
		<content:encoded><![CDATA[<p>Thanks very much for the explanation!</p>
<p>You have a small error in the config:</p>
<p>Host workTunnel<br />
    #Work SSH Server To Initiate Tunneling From<br />
    Host ssh.pretendco.com</p>
<p>&#8220;Host ssh.pretendco.com&#8221; should be &#8220;Hostname ssh.pretendco.com&#8221;</p>
<p>Also on a Mac I can&#8217;t add comments on the same line as a normal configuration option:<br />
.ssh/config line 13: garbage at end of line; &#8220;#Note&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher DeMarco</title>
		<link>http://magazine.redhat.com/2007/11/27/advanced-ssh-configuration-and-tunneling-we-dont-need-no-stinking-vpn-software/#comment-1958</link>
		<dc:creator><![CDATA[Christopher DeMarco]]></dc:creator>
		<pubDate>Fri, 15 Feb 2008 16:04:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.redhatmagazine.com/2007/11/27/advanced-ssh-configuration-and-tunneling-we-dont-need-no-stinking-vpn-software/#comment-1958</guid>
		<description><![CDATA[It&#039;s a great one-off trick, but I question its suitability as a &quot;VPN&quot;:

1.  Neither SMB/CIFS filesharing nor DNS can be tunneled, as they use UDP which SSH doesn&#039;t grok.  For UDP forwarding, have a look at netcat.

2.  Many many webserver configurations use name-based virtual hosting, which uses the ServerName HTTP header to determine what content is served.  Such a config *requires* an /etc/hosts entry to 127.0.0.1, rather than using &quot;localhost&quot; in your URI.

4.  Your IT / security department may strenuously object to these types of activities; exercise caution in proportion with cleverness.]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s a great one-off trick, but I question its suitability as a &#8220;VPN&#8221;:</p>
<p>1.  Neither SMB/CIFS filesharing nor DNS can be tunneled, as they use UDP which SSH doesn&#8217;t grok.  For UDP forwarding, have a look at netcat.</p>
<p>2.  Many many webserver configurations use name-based virtual hosting, which uses the ServerName HTTP header to determine what content is served.  Such a config *requires* an /etc/hosts entry to 127.0.0.1, rather than using &#8220;localhost&#8221; in your URI.</p>
<p>4.  Your IT / security department may strenuously object to these types of activities; exercise caution in proportion with cleverness.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bhupesh</title>
		<link>http://magazine.redhat.com/2007/11/27/advanced-ssh-configuration-and-tunneling-we-dont-need-no-stinking-vpn-software/#comment-1957</link>
		<dc:creator><![CDATA[bhupesh]]></dc:creator>
		<pubDate>Fri, 15 Feb 2008 11:28:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.redhatmagazine.com/2007/11/27/advanced-ssh-configuration-and-tunneling-we-dont-need-no-stinking-vpn-software/#comment-1957</guid>
		<description><![CDATA[good...
but what happened if we have windows client both side,,,and when we try to access file system/samba/nfs share and remote desktop for windows system.

have any idea?]]></description>
		<content:encoded><![CDATA[<p>good&#8230;<br />
but what happened if we have windows client both side,,,and when we try to access file system/samba/nfs share and remote desktop for windows system.</p>
<p>have any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: new299</title>
		<link>http://magazine.redhat.com/2007/11/27/advanced-ssh-configuration-and-tunneling-we-dont-need-no-stinking-vpn-software/#comment-1956</link>
		<dc:creator><![CDATA[new299]]></dc:creator>
		<pubDate>Wed, 06 Feb 2008 17:48:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.redhatmagazine.com/2007/11/27/advanced-ssh-configuration-and-tunneling-we-dont-need-no-stinking-vpn-software/#comment-1956</guid>
		<description><![CDATA[I think there&#039;s a typo in the example config:

Host workTunnel
    #Work SSH Server To Initiate Tunneling From
    Host ssh.pretendco.com
    Port 5001

should read:

Host workTunnel
    #Work SSH Server To Initiate Tunneling From
    HostName ssh.pretendco.com
    Port 5001]]></description>
		<content:encoded><![CDATA[<p>I think there&#8217;s a typo in the example config:</p>
<p>Host workTunnel<br />
    #Work SSH Server To Initiate Tunneling From<br />
    Host ssh.pretendco.com<br />
    Port 5001</p>
<p>should read:</p>
<p>Host workTunnel<br />
    #Work SSH Server To Initiate Tunneling From<br />
    HostName ssh.pretendco.com<br />
    Port 5001</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gerd meller</title>
		<link>http://magazine.redhat.com/2007/11/27/advanced-ssh-configuration-and-tunneling-we-dont-need-no-stinking-vpn-software/#comment-1955</link>
		<dc:creator><![CDATA[gerd meller]]></dc:creator>
		<pubDate>Wed, 09 Jan 2008 11:42:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.redhatmagazine.com/2007/11/27/advanced-ssh-configuration-and-tunneling-we-dont-need-no-stinking-vpn-software/#comment-1955</guid>
		<description><![CDATA[Implementing a system-wide SSH socks proxy on Mac OS X really isn&#039;t that difficult. And you also can easily install advanced ssh tools like nylon or tsocks (see http://textsnippets.com/posts/show/1326 ).

Cheers,

g. m.]]></description>
		<content:encoded><![CDATA[<p>Implementing a system-wide SSH socks proxy on Mac OS X really isn&#8217;t that difficult. And you also can easily install advanced ssh tools like nylon or tsocks (see <a href="http://textsnippets.com/posts/show/1326" rel="nofollow">http://textsnippets.com/posts/show/1326</a> ).</p>
<p>Cheers,</p>
<p>g. m.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linulin</title>
		<link>http://magazine.redhat.com/2007/11/27/advanced-ssh-configuration-and-tunneling-we-dont-need-no-stinking-vpn-software/#comment-1954</link>
		<dc:creator><![CDATA[Linulin]]></dc:creator>
		<pubDate>Fri, 04 Jan 2008 18:26:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.redhatmagazine.com/2007/11/27/advanced-ssh-configuration-and-tunneling-we-dont-need-no-stinking-vpn-software/#comment-1954</guid>
		<description><![CDATA[&quot;instead of forwarding lots of ports manually, the builtin SOCKS proxy (option -D) is a more flexible solution which may in some cases be preferable&quot;

True! While not all programs support SOCKS, it allows to completely forget about port forwarding at least for numerous existing and *future* corporate _web_ resources.


I would also mention &#039;autossh&#039; utility. It might be very handy if your remote connection is unstable.

--
...Bye..Dmitry.]]></description>
		<content:encoded><![CDATA[<p>&#8220;instead of forwarding lots of ports manually, the builtin SOCKS proxy (option -D) is a more flexible solution which may in some cases be preferable&#8221;</p>
<p>True! While not all programs support SOCKS, it allows to completely forget about port forwarding at least for numerous existing and *future* corporate _web_ resources.</p>
<p>I would also mention &#8216;autossh&#8217; utility. It might be very handy if your remote connection is unstable.</p>
<p>&#8211;<br />
&#8230;Bye..Dmitry.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

