terrafrost

Results 386 comments of terrafrost

I haven't done any work on this, sadly. The closest I've gotten to doing work on this was more for opening files - not for directories: https://github.com/terrafrost/phpseclib/commit/17a1a4100cc6dea9939d85a4daab20da3037d5e2 I'm not sure...

I'll try to take a look this evening - about to head into work. Thanks!

I was unable to reproduce the issue on SSH-2.0-OpenSSH_7.9p1 Raspbian-10+deb10u2+rpt1. I tried it 15 times without success. I note you're running SSH-2.0-OpenSSH_8.4p1 Raspbian-5+b1. That's a newer version of OpenSSH than...

I'm able to reproduce the issue when connecting from my Raspberry Pi to my Raspberry Pi. Here's what the SSH server is saying: ``` ssh_dispatch_run_fatal: Connection from 192.168.113.4 port 41938:...

Does https://github.com/phpseclib/phpseclib/commit/0b3cc980840a79edc979fba7a0e4915fed2210e0 fix the issue for you?

What are you running phpseclib on? Last time I was able to reproduce the issue on my own Raspberry Pi. Now I'm not. I tried ten times to connect from...

Can you post the SSH logs? You can get them by doing `define('NET_SSH2_LOGGING', 2)` at the top and then `echo $ssh->getLog()` after you encounter the error. Please post the results...

Their server *only* supports `[email protected]` compression whereas phpseclib (currently) only supports `none` compression. I do intend to add support for compression at some point but it's a ways away.

I'm assuming you're using phpseclib 3.0.12? I ask because the line numbers that various lines are on will differ from version to version. Anyway, assuming it is 3.0.12 then SSH2:1669...

Yah - I would like to do that at some point.