Relative Content

Tag Archive for shellssh2

how to duplicate PECL PHP interactive shell with PHPSecLib

I want to duplicate the functionality of PECL PHP interactive shell function ssh2_shell() using PHPSecLib. How would I do that? I see that openShell() was recently exposed as a public function but I don’t see any examples how to use that. I am wondering if that is what I need to use.