SSH2 library for codeigniter

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.

  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • LinkedIn
  • Live
  • MySpace
  • Print
  • StumbleUpon
  • Technorati
  • YahooMyWeb
  • Yigg

[...] See the article here: How2Pc » Blog Archive » SSH2 library for codeigniter [...]

neverwagon
December 17th, 2009 06:41

Can this library be rewritten to use phpseclib, a pure php SSH solution? ssh2.so is noturiously hard to utilise as just about all of the 245 or so posts at Kevin Vanzonneveld’s site are testament to.

December 22nd, 2009 09:35

Hi neverwagon
I checked thid library and as i see it it shouldn’t be that hard to rewrite the library to use it and in my spare time I will give it a try, once it will be done I will publish it.

*Name
*Mail
Website
Comment