tomaswolf commented on issue #860: URL: https://github.com/apache/mina-sshd/issues/860#issuecomment-3689808889
There are too many unknown variables in this setup. Filezilla, some FTP server, some SSH client unknown to me (I don't have anything that goes by the name of "SurgeSSHClient"). As far as I see: the dynamic port forwarding is done by this SurgeSSHClient. So this sets up a SOCKS proxy, and when you connect through that, it'll initiate a local port forwarding with the Apache MINA sshd server. So the issue should also be reproducible with an Apache MINA sshd client that just does a local port forwarding through an Apache MINA sshd server to some third server. The issue should also occur sooner if REKEY_BYTES_LIMIT was set to a lower value. With such a setup, I am not able to reproduce the problem with REKEY_BYTES_LIMIT set a 2MB and transferring 40MB of data. 1. Are you sure the problem is not with that SurgeSSHClient? 2. Did you try the same using stock OpenSSH as client for the dynamic port forwarding? 3. If you're sure the problem is within Apache MINA sshd, please provide a stand-alone reproducer. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
