Secure Communications with PHP and SSH
by Sara Golemon
Communication across public networks like the Internet poses serious problems to widespread applications. This article by Sara Golemon demonstrates the use of the SSH2 protocol within PHP for authentication, remote command execution, file transfer, and socket tunnelling.