PHP Classes

Classes of Martin Filip

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of Martin Filip (1)  >  Mission progress status  >  Reputation  
Picture of Martin Filip
Name: Martin Filip <contact>
Classes: 1
Country: Czech Republic Czech Republic
Age: 40
All time rank: 1653 in Czech Republic Czech Republic
Week rank: 195 Down3 in Czech Republic Czech Republic Equal
All time users: 12501
Week users: 0
Innovation award
Innovation award
Nominee: 1x
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image SSH in PHP  
PHP Programming Innovation award nominee
August 2005
Number 3


Prize: One book of choice by O'Reilly
SSH client implementation in pure PHP
This class implements a SSH client to securely execute shell commands in a remote server using an encrypted communications channel.

This class is not based on any PHP extension specifically meant to implement the SSH protocol. It only requires the PHP extensions bcmath and mcrypt.

It can connect to a SSH server, authenticate with given user and password, execute given commands and retrieve the commands output returned by the server.

Currently the class only supports SSH protocol version 1.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z