SSH2 library for codeigniter
November 22nd, 2009
I’ve recently wrote a small library for SSH2 module for php to use with codeigniter.
the usage is the way you are used to it:
you can autoload the library from the autoload config file:
$autoload['libraries'] = array(’session’,'SSH’,'table’);
or the regular way:
$this->load->library(’SSH’);
and use it the way you want.
use it wisely.