|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-01-18 14:23 UTC] pollita@php.net
[2005-01-18 14:29 UTC] pollita@php.net
[2005-05-12 04:03 UTC] tomas dot rollo at grafton dot cz
[2005-06-09 09:04 UTC] subscribed at softhard dot org
[2005-12-20 08:31 UTC] mauroi at digbang dot com
[2006-01-12 11:10 UTC] roelafca at gmail dot com
[2006-01-12 19:41 UTC] pollita@php.net
[2006-01-16 08:30 UTC] k dot szuster at db-central dot com
[2006-01-16 14:59 UTC] joey at aeprinters dot com
[2006-01-23 20:41 UTC] user at cyperion dot mailshell dot com
[2006-02-08 09:25 UTC] frank dot ebener at toennies dot de
[2006-02-13 15:16 UTC] vishnudreams at yahoo dot com
[2006-02-23 05:34 UTC] frank dot ebener at toennies dot de
[2006-03-25 09:09 UTC] toomuchphp-pecl at yahoo dot com
[2006-03-27 12:10 UTC] paulius_k at yahoo dot com
[2006-04-14 18:21 UTC] paulius_k at yahoo dot com
[2006-04-17 11:46 UTC] mauroi at digbang dot com
[2006-04-17 13:22 UTC] pollita@php.net
[2006-04-20 14:33 UTC] paulius_k at yahoo dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 17:00:01 2025 UTC |
Description: ------------ It seems that the ssh2(0.5) doesn't work on my NT4 box (at least). Using: $connection = ssh2_connect('some.host', 22); I get: Warning: ssh2_connect(): Error starting up SSH connection(-2): Timeout waiting for banner in .. Warning: ssh2_connect(): Unable to connect to X.X.X.X in .. Trying: $f= fopen("ssh2.shell://user@some.host", 'rw'); I get : Warning: fopen(): Error starting up SSH connection(-2): Timeout waiting for banner in .. Additionnaly php crashes (0X00000000 read access) with the fopen wrapper. The sshd log says: Jan 18 12:19:16 some.host sshd[2891]: Did not receive identification string from X.X.X.X