I have simple script:
<?php
$connection = ssh2_connect("i p", 22);
ssh2_auth_passw ord($connection ,"login","test" );
sleep(10);
ssh2_exec($conn ection,"show log\n");
?>
Error message:
Unable to request command execution on remote host in
/home/konstantyn/www/php/test/11.php5 on line 13
Help me please....
Greetings,
Konstantyn Varlamov
<?php
$connection = ssh2_connect("i p", 22);
ssh2_auth_passw ord($connection ,"login","test" );
sleep(10);
ssh2_exec($conn ection,"show log\n");
?>
Error message:
Unable to request command execution on remote host in
/home/konstantyn/www/php/test/11.php5 on line 13
Help me please....
Greetings,
Konstantyn Varlamov
Comment