<?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: Installing &#8220;Secure Shell2 (SSH2)&#8221; PHP Extension</title>
	<atom:link href="http://cubiclegeneration.com/web-servers/installing-secure-shell2-ssh2-php-extension/feed" rel="self" type="application/rss+xml" />
	<link>http://cubiclegeneration.com/web-servers/installing-secure-shell2-ssh2-php-extension</link>
	<description>omgz cubicles</description>
	<lastBuildDate>Mon, 26 Jul 2010 20:11:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Nuri Hodges</title>
		<link>http://cubiclegeneration.com/web-servers/installing-secure-shell2-ssh2-php-extension/comment-page-1#comment-3826</link>
		<dc:creator>Nuri Hodges</dc:creator>
		<pubDate>Mon, 26 Jul 2010 20:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://cubiclegeneration.com/?p=10#comment-3826</guid>
		<description>Is this with ssh2_exec that is failing?</description>
		<content:encoded><![CDATA[<p>Is this with ssh2_exec that is failing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tallandy</title>
		<link>http://cubiclegeneration.com/web-servers/installing-secure-shell2-ssh2-php-extension/comment-page-1#comment-3632</link>
		<dc:creator>tallandy</dc:creator>
		<pubDate>Fri, 19 Mar 2010 14:50:37 +0000</pubDate>
		<guid isPermaLink="false">http://cubiclegeneration.com/?p=10#comment-3632</guid>
		<description>Worked great for me on a Centos 5.4 x64 server. However the ssh2 functions only seem to work for php cli not php through apache :&#124; annoying as scripts through apache don&#039;t error either they just dont run the commands. any ideas?</description>
		<content:encoded><![CDATA[<p>Worked great for me on a Centos 5.4 x64 server. However the ssh2 functions only seem to work for php cli not php through apache <img src='http://cubiclegeneration.com/wp-includes/images/smilies/icon_neutral.gif' alt=':|' class='wp-smiley' />  annoying as scripts through apache don&#8217;t error either they just dont run the commands. any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: inurinternet</title>
		<link>http://cubiclegeneration.com/web-servers/installing-secure-shell2-ssh2-php-extension/comment-page-1#comment-3470</link>
		<dc:creator>inurinternet</dc:creator>
		<pubDate>Wed, 06 Jan 2010 02:00:55 +0000</pubDate>
		<guid isPermaLink="false">http://cubiclegeneration.com/?p=10#comment-3470</guid>
		<description>Interesting, seems like that could have saved me a lot of headaches, I will probably use that library in the future with other projects.

Thanks!</description>
		<content:encoded><![CDATA[<p>Interesting, seems like that could have saved me a lot of headaches, I will probably use that library in the future with other projects.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: baseddoes</title>
		<link>http://cubiclegeneration.com/web-servers/installing-secure-shell2-ssh2-php-extension/comment-page-1#comment-3441</link>
		<dc:creator>baseddoes</dc:creator>
		<pubDate>Sun, 20 Dec 2009 06:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://cubiclegeneration.com/?p=10#comment-3441</guid>
		<description>I spent days trying to get libssh2 installed and when I succeeded I found that it doesn&#039;t even work half the time, anyway.  ssh2_exec() returns prematurely very frequently and not even calling socket_set_blocking() helps.  I then turned to phpSecLib and it works like a charm:

http://phpseclib.sourceforge.net/

Maybe it&#039;ll help you as well.</description>
		<content:encoded><![CDATA[<p>I spent days trying to get libssh2 installed and when I succeeded I found that it doesn&#8217;t even work half the time, anyway.  ssh2_exec() returns prematurely very frequently and not even calling socket_set_blocking() helps.  I then turned to phpSecLib and it works like a charm:</p>
<p><a href="http://phpseclib.sourceforge.net/" rel="nofollow">http://phpseclib.sourceforge.net/</a></p>
<p>Maybe it&#8217;ll help you as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Balan.Mahadevan</title>
		<link>http://cubiclegeneration.com/web-servers/installing-secure-shell2-ssh2-php-extension/comment-page-1#comment-1857</link>
		<dc:creator>Balan.Mahadevan</dc:creator>
		<pubDate>Mon, 06 Jul 2009 21:13:56 +0000</pubDate>
		<guid isPermaLink="false">http://cubiclegeneration.com/?p=10#comment-1857</guid>
		<description>Life saver...spent a lot of time to fix this issue.
Thanks.</description>
		<content:encoded><![CDATA[<p>Life saver&#8230;spent a lot of time to fix this issue.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hairreach</title>
		<link>http://cubiclegeneration.com/web-servers/installing-secure-shell2-ssh2-php-extension/comment-page-1#comment-1351</link>
		<dc:creator>hairreach</dc:creator>
		<pubDate>Sat, 20 Jun 2009 01:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://cubiclegeneration.com/?p=10#comment-1351</guid>
		<description>i&#039;ve been trying for days and have been totally unable to get the ssh2 extension installed. been trying the php secure communications library instead and that seems to work. maybe it&#039;ll help some of you:

http://phpseclib.sourceforge.net/</description>
		<content:encoded><![CDATA[<p>i&#8217;ve been trying for days and have been totally unable to get the ssh2 extension installed. been trying the php secure communications library instead and that seems to work. maybe it&#8217;ll help some of you:</p>
<p><a href="http://phpseclib.sourceforge.net/" rel="nofollow">http://phpseclib.sourceforge.net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: inurinternet</title>
		<link>http://cubiclegeneration.com/web-servers/installing-secure-shell2-ssh2-php-extension/comment-page-1#comment-32</link>
		<dc:creator>inurinternet</dc:creator>
		<pubDate>Sat, 21 Feb 2009 19:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://cubiclegeneration.com/?p=10#comment-32</guid>
		<description>It looks like the ssh2 module can&#039;t exchange keys with the remote server, how are you authing?</description>
		<content:encoded><![CDATA[<p>It looks like the ssh2 module can&#8217;t exchange keys with the remote server, how are you authing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duncan Robertson</title>
		<link>http://cubiclegeneration.com/web-servers/installing-secure-shell2-ssh2-php-extension/comment-page-1#comment-30</link>
		<dc:creator>Duncan Robertson</dc:creator>
		<pubDate>Tue, 17 Feb 2009 15:44:40 +0000</pubDate>
		<guid isPermaLink="false">http://cubiclegeneration.com/?p=10#comment-30</guid>
		<description>Nice one mate! Spent most of the day trying to get this to work. After reading your instructions - first time! Cheers!</description>
		<content:encoded><![CDATA[<p>Nice one mate! Spent most of the day trying to get this to work. After reading your instructions &#8211; first time! Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moi1504</title>
		<link>http://cubiclegeneration.com/web-servers/installing-secure-shell2-ssh2-php-extension/comment-page-1#comment-24</link>
		<dc:creator>moi1504</dc:creator>
		<pubDate>Thu, 12 Feb 2009 09:25:37 +0000</pubDate>
		<guid isPermaLink="false">http://cubiclegeneration.com/?p=10#comment-24</guid>
		<description>Hi, 

I have these errors when i try to do ssh2_connect

Warning: ssh2_connect() [function.ssh2-connect]: Error starting up SSH connection(-5): Unable to exchange encryption keys in /var/www/vhosts/commanderpileje.fr/httpdocs/interface/lib/client/sftp.php on line 161

Warning: ssh2_connect() [function.ssh2-connect]: Unable to connect to 62.193.246.149 in /var/www/vhosts/commanderpileje.fr/httpdocs/interface/lib/client/sftp.php on line 161

Any idea ?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I have these errors when i try to do ssh2_connect</p>
<p>Warning: ssh2_connect() [function.ssh2-connect]: Error starting up SSH connection(-5): Unable to exchange encryption keys in /var/www/vhosts/commanderpileje.fr/httpdocs/interface/lib/client/sftp.php on line 161</p>
<p>Warning: ssh2_connect() [function.ssh2-connect]: Unable to connect to 62.193.246.149 in /var/www/vhosts/commanderpileje.fr/httpdocs/interface/lib/client/sftp.php on line 161</p>
<p>Any idea ?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chook</title>
		<link>http://cubiclegeneration.com/web-servers/installing-secure-shell2-ssh2-php-extension/comment-page-1#comment-20</link>
		<dc:creator>chook</dc:creator>
		<pubDate>Mon, 02 Feb 2009 00:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://cubiclegeneration.com/?p=10#comment-20</guid>
		<description>thanks for pointing on libssh2 (yes, you are right, installing it is real pain ...)</description>
		<content:encoded><![CDATA[<p>thanks for pointing on libssh2 (yes, you are right, installing it is real pain &#8230;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
