<?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/blog/2010/01/using-ssh-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ultramegatech.com/blog/2010/01/using-ssh-in-php/</link>
	<description>Web development blog from UltraMega Tech.</description>
	<lastBuildDate>Thu, 22 Jul 2010 02:09:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Gavin Reid</title>
		<link>http://www.ultramegatech.com/blog/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>
