Home
last modified time | relevance | path

Searched refs:subsystem (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php3136 * an active subsystem, the exec pty, and, lastly, the shell. If using multiple interactive
3198 * an active subsystem, the exec pty, and, lastly, the shell. If using multiple interactive
3231 * Start a subsystem.
3233 * Right now only one subsystem at a time is supported. To support multiple subsystem's stopSubsystem() could accept
3234 * a string that contained the name of the subsystem, but at that point, only one subsystem of each type could be opened.
3235 * To support multiple subsystem's of the same name maybe it'd be best if startSubsystem() generated a new channel id and
3240 * @param string $subsystem
3243 public function startSubsystem($subsystem)
3274 startSubsystem($subsystem) global() argument
[all...]