Zane H
Zane H
> I'm assuming you're doing $ssh->write("\n\n\n\n\n\n\n\n\n");? That's correct, I do this to determine the host line (the part that gets output when you put a few empty lines in) and...
It looks like this is at least somewhat documented [here](https://github.com/michaelgrosner/tribeca/wiki#where-does-all-this-happen-in-the-code).
Had this same issue, checked what was in `$output`: empty string. Adding this fixed the issue for me: https://github.com/Herzult/php-ssh/pull/48
Would be nice to have this merged, the issue caused significant debugging pains for me a while back. I'm sure others have come across the same problem.
Bump. I just ran into this issue again when using this library in another project. I don't know what it is about these use cases but this has happened to...