in reply to Re^3: Net SSH problems
in thread Net SSH problems
Note that intext length is measured at the local machine, and the numbers come from wc at the remote end - it only got 32k. 24 bytes returned looks correct.ssh created ssh connected ssh authenticated cmd is wc intext length is 100000 0 1 32768 remote exit status is 0 bytes returned is 24 bytes
It WAS necessary to set blocking(1) (presumably the default would have been ok) , without this NO input at all was received by wc, but the process still ran and returned output , 0 0 0 in that case.
I tried this to another Ubuntu box with exactly the same results.
So Net::SSH2 still seems broken, but now in a way that is very similar to the way Net::SSH::Perl is broken.
Hmmm.
|
|---|