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 proxy, and configured the 
proxy settings in Eclipse (in the preferences) as "manual" with localhost:7020 
as SOCKS proxy without authentication. Then I fetched from some remote 
repository using EGit. SSH printed the forwarding request through the proxy in 
its debug output, and the fetch worked.
   
   So it seems that the JGit implementation works. Why your version of it 
doesn't send the proxy protocol message is impossible to answer without seeing 
the code. I suppose you'll have to debug your code.


-- 
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: dev-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org

Reply via email to