Re: [I] ClientProxyConnector/sendClientProxyMetadata [mina-sshd]

2024-04-10 Thread via GitHub
tomaswolf commented on issue #481: URL: https://github.com/apache/mina-sshd/issues/481#issuecomment-2048214147 Debug time :-) I've used and tested this only in Eclipse, which uses the NIO2 transport. I have no idea why the MINA transport doesn't do the write. -- This is an

Re: [I] ClientProxyConnector/sendClientProxyMetadata [mina-sshd]

2024-04-10 Thread via GitHub
Holger-Benz commented on issue #481: URL: https://github.com/apache/mina-sshd/issues/481#issuecomment-2047445089 I downloaded the JGitSshClient version 2.1.12 and tested the communication via a proxy and the communication worked! TThe problem occurs when I configure the IOFactory for

Re: [I] ClientProxyConnector/sendClientProxyMetadata [mina-sshd]

2024-04-09 Thread via GitHub
tomaswolf commented on issue #481: URL: https://github.com/apache/mina-sshd/issues/481#issuecomment-2045884711 I don't have a setup where I could test this with 2.12.1. But with 2.12.0 the JGit way of doing this works fine in Eclipse. I used `ssh -vvv -D7020 localhost` as local SOCKS

[I] ClientProxyConnector/sendClientProxyMetadata [mina-sshd]

2024-04-09 Thread via GitHub
Holger-Benz opened a new issue, #481: URL: https://github.com/apache/mina-sshd/issues/481 ### Version 2.12.1 ### Bug description Hello dear Apache SSHD team, I would like to have the apache sshd client connect through a SOCKS5 or HTTP Proxy. Based on the