php
sec
lib: SSH2 Feature List
(return to
phpseclib Feature List
)
Click on any of the following for examples.
Authentication
Password
RSA Key
Password Protected RSA Key
For a discussion of the supported formats see
RSA Feature List
.
Features
Ability to execute one-off commands with
exec()
Successive calls
may not work as expected
Ability to execute commands via an interactive shell with
read() and write()
read() supports character-for-character string matching and
regular expressions
If read() returns ANSI escape codes (eg.
^[[H
) try using
File_ANSI
Ability to place a time limit on how long Net_SSH2 will wait for commands to terminate via
setTimeout()
Logging
See a
sample log file