I ran in to many ssh2 stream problems as well.
Problem 1.
One problem I think related to the openssl version I was using.
I was using the standard version with Fedora Core 3. ssh connected actions
sometimes worked and sometimes did not work.
I recompiled the ssh2.so with the following versions.
lib
On Saturday 14 May 2005 02:16, Oscar Gosdinski wrote:
> Hello everybody:
>
> I need my PHP application connects through SSH to other server for
> getting some info to display and i tried the following code to test
> lib ssh2:
>
> $server = ...;
> $user = ...;
> $passwd = ...;
>
> $con = ssh2_connec
Hello everybody:
I need my PHP application connects through SSH to other server for
getting some info to display and i tried the following code to test
lib ssh2:
$server = ...;
$user = ...;
$passwd = ...;
$con = ssh2_connect($server, 22);
if (ssh2_auth_password($con, $user, $passwd)) {
$s
3 matches
Mail list logo