<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Control WebPanel Wiki &#187; ssh2 extension</title>
	<atom:link href="https://wiki.centos-webpanel.com/tag/ssh2-extension/feed" rel="self" type="application/rss+xml" />
	<link>https://wiki.centos-webpanel.com</link>
	<description>CentOS WebPanel Wiki</description>
	<lastBuildDate>Wed, 12 Feb 2025 20:38:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.1</generator>
	<item>
		<title>Install ssh2 php extension</title>
		<link>https://wiki.centos-webpanel.com/install-ssh2-php-extension</link>
		<comments>https://wiki.centos-webpanel.com/install-ssh2-php-extension#comments</comments>
		<pubDate>Sun, 10 Jan 2016 02:03:07 +0000</pubDate>
		<dc:creator><![CDATA[publisher]]></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[ssh2 extension]]></category>

		<guid isPermaLink="false">http://wiki.centos-webpanel.com/?p=431</guid>
		<description><![CDATA[Instructions for installation of PHP extension ssh2. cd /usr/local/src wget http://www.libssh2.org/snapshots/libssh2-1.6.1-20160109.tar.gz tar -zxvf libssh2-1.6.1-20160109.tar.gz cd libssh2-1.6.1-20160109 ./configure --with-php-config=/usr/local/bin/php-config make make install cd /usr/local/src wget http://pecl.php.net/get/ssh2-0.12.tgz tar -zxvf ssh2-0.12.tgz cd ssh2-0.12 phpize ./configure --with-ssh2 make make install Activate it in your PHP config file: /usr/local/php/php.ini extension=ssh2.so Check if ssh2 extension is loaded php -m&#124;grep ssh2]]></description>
				<content:encoded><![CDATA[<p>Instructions for installation of PHP extension ssh2.</p>
<pre>
cd /usr/local/src
wget http://www.libssh2.org/snapshots/libssh2-1.6.1-20160109.tar.gz
tar -zxvf libssh2-1.6.1-20160109.tar.gz
cd libssh2-1.6.1-20160109
./configure --with-php-config=/usr/local/bin/php-config
make
make install
</pre>
<pre>
cd /usr/local/src
wget http://pecl.php.net/get/ssh2-0.12.tgz
tar -zxvf ssh2-0.12.tgz
cd ssh2-0.12
phpize
./configure --with-ssh2
make
make install
</pre>
<p>Activate it in your PHP config file: /usr/local/php/php.ini</p>
<pre>extension=ssh2.so</pre>
<p>Check if ssh2 extension is loaded</p>
<pre>php -m|grep ssh2</pre>
]]></content:encoded>
			<wfw:commentRss>https://wiki.centos-webpanel.com/install-ssh2-php-extension/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
