An SSH server written in PHP? Why, yes, you can.

Mark Karpeles

Last time I already tried to prove PHP can do anything when it comes to network protocols by implementing a DNS server. This time I’m doing it again with a server-side implementation of the SSH2 protocol.
Leaving aside for a moment whether one should write an SSH (or DNS) server in PHP, the fact that one can is pretty cool.