<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Thu, 23 May 2013 06:57:16 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Kevin van Zonneveld's Blog: Make SSH connections with PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/8341</guid>
      <link>http://www.phpdeveloper.org/news/8341</link>
      <description><![CDATA[<p>
<i>Kevin van Zonneveld</i> has a <a href="http://kevin.vanzonneveld.net/techblog/article/make_ssh_connections_with_php/">new article posted to his blog</a> that works through a method for making ssh connections from inside of PHP:
</p>
<blockquote>
Not everyone knows about <a href="http://kevin.vanzonneveld.net/techblog/tag/php/">PHP</a>'s capabilities of making <a href="http://kevin.vanzonneveld.net/techblog/tag/ssh/">SSH</a> connections and executing remote commands, but it can be very useful. I've been using it a lot in PHP <a href="http://kevin.vanzonneveld.net/techblog/tag/cli/">CLI</a> applications that I run from cronjobs, but initially it was a pain to get it to work. The <a href="http://www.php.net/manual/en/ref.ssh2.php">PHP manual on Secure Shell2 Functions</a> is not very practice or thorough for that matter, so I would like to share my knowledge in this how to, to make it a little less time consuming setting this up.
</blockquote>
<p>
His platform of choice for this tutorial is Debian/Ubuntu, that you're already running PHP (and that it's PHP5) and that you know something about server administration. NExt up is the package installation - a simple matter with the help of aptitude and the compiling of the libssh2 libraries. All that's left is to make the module to include and add it to the php.ini. 
</p>
<p>
Some sample code <a href="http://kevin.vanzonneveld.net/techblog/article/make_ssh_connections_with_php/">is included</a> - one bit that shows off the execute method and the other, the shell method.
</p>]]></description>
      <pubDate>Fri, 27 Jul 2007 09:33:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Sara Golemon's Blog: libssh2 API documentation - Complete]]></title>
      <guid>http://www.phpdeveloper.org/news/5577</guid>
      <link>http://www.phpdeveloper.org/news/5577</link>
      <description><![CDATA[<p>
Continuing in the trend of completing documentation for projects, <i>Sara Golemon</i> has posted <a href="http://blog.libssh2.org/index.php?/archives/25-libssh2-API-documentation-Complete.html">this information</a> about completing the documentation for the libssh2 project.
</p>
<quote>
<i>
After four months of (horribly boring and slow-paced) work, I've finally finished off the last of the libssh2 API documentation on <a href="http://www.libssh2.org/">the wiki</a>. The material is still a bit rough and only helpful if you've already got the basics working (at which point you could have probably used the source documentation anyway). Next up I'll be working on a tutorial/example-usage section and maybe write up a few pages on basic secsh transport mechanics...
</i>
</quote>
<p>
If you'd like to help contribute, check out <a href="http://www.libssh2.org/">the documentation wiki</a> for the project and share your knowledge today!
</p>]]></description>
      <pubDate>Tue, 13 Jun 2006 14:23:30 -0500</pubDate>
    </item>
  </channel>
</rss>
