<?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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Using SSH for networking</title>
	<atom:link href="http://www.g-loaded.eu/2008/05/16/using-ssh-for-networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.g-loaded.eu/2008/05/16/using-ssh-for-networking/</link>
	<description>An open-source software and technology related journal</description>
	<lastBuildDate>Fri, 03 Feb 2012 18:35:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: George Notaras</title>
		<link>http://www.g-loaded.eu/2008/05/16/using-ssh-for-networking/#comment-11256</link>
		<dc:creator>George Notaras</dc:creator>
		<pubDate>Thu, 19 Jun 2008 05:19:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/?p=474#comment-11256</guid>
		<description>@Pádraig: Most probably you are right about the patches being included in openssh. I didn&#039;t do a research before writing the above notes... Also, regarding the patch that adds the ability to the server to chroot users, do you refer to the http://chrootssh.sourceforge.net project or there is another patch?
Thanks for stopping by :)
</description>
		<content:encoded><![CDATA[<p>@Pádraig: Most probably you are right about the patches being included in openssh. I didn&#8217;t do a research before writing the above notes&#8230; Also, regarding the patch that adds the ability to the server to chroot users, do you refer to the <a href="http://chrootssh.sourceforge.net" rel="nofollow">http://chrootssh.sourceforge.net</a> project or there is another patch?</p>
<p>Thanks for stopping by :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pádraig Brady</title>
		<link>http://www.g-loaded.eu/2008/05/16/using-ssh-for-networking/#comment-11253</link>
		<dc:creator>Pádraig Brady</dc:creator>
		<pubDate>Wed, 18 Jun 2008 09:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/?p=474#comment-11253</guid>
		<description>@Mihai. openssh provides many features in addition to encryption (like [X] forwarding etc.), and hence many more things are built on top of the interface it provides. Therefore being able to use these things on a local LAN for example without the overhead of encryption is incredibly useful.
@George. I think much of the HPN-SSH patches were bug/design fixes and they&#039;ve mostly been rolled into the official tree in different forms (though it took years for them to do it).
I also found the simple patch to provide chroot access to a user very useful.</description>
		<content:encoded><![CDATA[<p>@Mihai. openssh provides many features in addition to encryption (like [X] forwarding etc.), and hence many more things are built on top of the interface it provides. Therefore being able to use these things on a local LAN for example without the overhead of encryption is incredibly useful.</p>
<p>@George. I think much of the HPN-SSH patches were bug/design fixes and they&#8217;ve mostly been rolled into the official tree in different forms (though it took years for them to do it).<br />
I also found the simple patch to provide chroot access to a user very useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Notaras</title>
		<link>http://www.g-loaded.eu/2008/05/16/using-ssh-for-networking/#comment-11224</link>
		<dc:creator>George Notaras</dc:creator>
		<pubDate>Sat, 07 Jun 2008 13:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/?p=474#comment-11224</guid>
		<description>@Mihai:Apart from encryption, it also provides a comfortable interface to administer remote machines either using command-line applications or graphical ones or effortlessly transfer files. SSH is definitely not useless without encryption. All, that is mandatory, is a 100% trusted environment.
@Atmatzidis:Although I am not an expert to benchmark all those protocols, I don&#039;t think they are faster than an encryption-free SSH connection for the reason that SSH is a much simpler protocol implementation than &lt;code&gt;SAMBA&lt;/code&gt;, &lt;code&gt;NFS&lt;/code&gt;, &lt;code&gt;HTTP&lt;/code&gt; and possibly &lt;code&gt;FTP&lt;/code&gt;. Even, if it is not faster than the aforementioned protocols, it cannot be that slow. The truth is I haven&#039;t used SSH in such a way yet, but I plan to do so in the near future. Then, I will be able to write a few things accompanied by actual tests.
Thanks for your feedback</description>
		<content:encoded><![CDATA[<p>@Mihai:Apart from encryption, it also provides a comfortable interface to administer remote machines either using command-line applications or graphical ones or effortlessly transfer files. SSH is definitely not useless without encryption. All, that is mandatory, is a 100% trusted environment.</p>
<p>@Atmatzidis:Although I am not an expert to benchmark all those protocols, I don&#8217;t think they are faster than an encryption-free SSH connection for the reason that SSH is a much simpler protocol implementation than <code>SAMBA</code>, <code>NFS</code>, <code>HTTP</code> and possibly <code>FTP</code>. Even, if it is not faster than the aforementioned protocols, it cannot be that slow. The truth is I haven&#8217;t used SSH in such a way yet, but I plan to do so in the near future. Then, I will be able to write a few things accompanied by actual tests.</p>
<p>Thanks for your feedback</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Atmatzidis</title>
		<link>http://www.g-loaded.eu/2008/05/16/using-ssh-for-networking/#comment-11218</link>
		<dc:creator>Atmatzidis</dc:creator>
		<pubDate>Thu, 05 Jun 2008 10:38:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/?p=474#comment-11218</guid>
		<description>And from what I know, protocols like: AFS (for mac-linux conectivity), NFS and SAMBA or even older, like HTTP/FTP are quite faster than SSH, minus the overheat.</description>
		<content:encoded><![CDATA[<p>And from what I know, protocols like: AFS (for mac-linux conectivity), NFS and SAMBA or even older, like HTTP/FTP are quite faster than SSH, minus the overheat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai</title>
		<link>http://www.g-loaded.eu/2008/05/16/using-ssh-for-networking/#comment-11159</link>
		<dc:creator>Mihai</dc:creator>
		<pubDate>Sun, 18 May 2008 10:10:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/?p=474#comment-11159</guid>
		<description>the cypher none patch makes openssh pretty much useless. The whole point of using openssh for networking or any other stuff is because it provides encryption.
If you just want unencrypted networking there are other programs out there that don&#039;t provide encryption.</description>
		<content:encoded><![CDATA[<p>the cypher none patch makes openssh pretty much useless. The whole point of using openssh for networking or any other stuff is because it provides encryption. </p>
<p>If you just want unencrypted networking there are other programs out there that don&#8217;t provide encryption.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

