<?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>Tue, 18 Jun 2013 20:49:37 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Mark Karpeles' Blog: PHP can do anything, what about some ssh?]]></title>
      <guid>http://www.phpdeveloper.org/news/14714</guid>
      <link>http://www.phpdeveloper.org/news/14714</link>
      <description><![CDATA[<p>
In an effort to just about everything he can with PHP <i>Mark Karpeles</i> has <a href="http://blog.magicaltux.net/2010/06/27/php-can-do-anything-what-about-some-ssh/">posted an article</a> about how he created a SSH server in PHP with most (not quite all) of the functionality of some of its counterparts.
</p>
<blockquote>
You probably know SSH at least by its name. It's a of secure telnet replacement which also allows many other things such as port forwarding, remote file management (with sftp) and more. With PHP I could write a fully working SSH server in only 3 days. [...] My goal when writing this was to provide a replacement for the FTP protocol for the customers of <a href="http://www.kalyhost.com/">my hosting service</a>. 
</blockquote>
<p>
He lists the extensions used to create the extension - OpenSSL, mcrypt, hash and (the most important) GMP as well as <a href="http://ookoo.org/svn/pinetd2/trunk/code/classes/Daemon/SSHd/">a link to the source</a> if you'd like to try it out yourself.
</p>]]></description>
      <pubDate>Mon, 28 Jun 2010 13:38:18 -0500</pubDate>
    </item>
  </channel>
</rss>
