Latest JAS v1.1.0
144 plugins online

Code / CLI / ssh

CLI :: ssh
Method
include/cli.php

Description...

Arguments

host
Argument
user = false
Argument
port = false
Argument
strict_host_key_checking = false
Argument
timeout = false
Argument

Return values

Boolean
Returns

Examples

CLI Ssh method example
PHP
<?
  $cli->ssh($host, $user = false, $port = false, $strict_host_key_checking = false, $timeout = false);  //Call CLI::ssh method
?>

Comments (0)