<?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: Using SSH in PHP</title>
	<atom:link href="http://www.ultramegatech.com/2010/01/using-ssh-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ultramegatech.com/2010/01/using-ssh-in-php/</link>
	<description>Web development blog</description>
	<lastBuildDate>Wed, 11 Apr 2012 03:57:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Marcos</title>
		<link>http://www.ultramegatech.com/2010/01/using-ssh-in-php/comment-page-1/#comment-1931</link>
		<dc:creator>Marcos</dc:creator>
		<pubDate>Fri, 30 Dec 2011 23:04:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=810#comment-1931</guid>
		<description>Excelente artigo cara! O portal do PHP tem as funções e a teoria de como utilizá-la, mas ainda falta exemplos para facilitar o entendimento na utilização, e você fez isso muito bem, vou até publicar um artigo no meu blog, só que diferente!

Obrigado!
-----------------------------------------------------------------------------------------------------------------
Great article man! The portal has the PHP functions and the theory of how to use it, but still lack examples to facilitate understanding in the use, and you did it very well, I&#039;ll even post an article on my blog, but different!

Thank you!</description>
		<content:encoded><![CDATA[<p>Excelente artigo cara! O portal do PHP tem as funções e a teoria de como utilizá-la, mas ainda falta exemplos para facilitar o entendimento na utilização, e você fez isso muito bem, vou até publicar um artigo no meu blog, só que diferente!</p>
<p>Obrigado!<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Great article man! The portal has the PHP functions and the theory of how to use it, but still lack examples to facilitate understanding in the use, and you did it very well, I&#8217;ll even post an article on my blog, but different!</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gavin</title>
		<link>http://www.ultramegatech.com/2010/01/using-ssh-in-php/comment-page-1/#comment-1895</link>
		<dc:creator>gavin</dc:creator>
		<pubDate>Thu, 06 Oct 2011 03:04:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=810#comment-1895</guid>
		<description>I don&#039;t know why people find it soo hard to just compile something..

takes like 3 minutes from download to apache restart to get ssh2 running, probably  quicker just installing from pecl 

pecl install ssh2 channel://pecl.php.net/ssh2-version</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know why people find it soo hard to just compile something..</p>
<p>takes like 3 minutes from download to apache restart to get ssh2 running, probably  quicker just installing from pecl </p>
<p>pecl install ssh2 channel://pecl.php.net/ssh2-version</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gavin Reid</title>
		<link>http://www.ultramegatech.com/2010/01/using-ssh-in-php/comment-page-1/#comment-1126</link>
		<dc:creator>Gavin Reid</dc:creator>
		<pubDate>Mon, 01 Feb 2010 19:04:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=810#comment-1126</guid>
		<description>Personally, given just how difficult it is to get this thing installed and given just how unreliable it is (ssh2_exec, for example, always returns prematurely for me), I&#039;d recommend just using phpseclib, instead:

http://phpseclib.sourceforge.net/

As a pure-PHP implementation it doesn&#039;t require you compile anything or adjust any config files or anything.  Plus, it just seems to work a whole lot more smoothly than the ssh2 PECL extension.</description>
		<content:encoded><![CDATA[<p>Personally, given just how difficult it is to get this thing installed and given just how unreliable it is (ssh2_exec, for example, always returns prematurely for me), I&#8217;d recommend just using phpseclib, instead:</p>
<p><a href="http://phpseclib.sourceforge.net/" rel="nofollow">http://phpseclib.sourceforge.net/</a></p>
<p>As a pure-PHP implementation it doesn&#8217;t require you compile anything or adjust any config files or anything.  Plus, it just seems to work a whole lot more smoothly than the ssh2 PECL extension.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

