Unable to connect to SOCKS proxy: connection rejected

When I try to connect to some ssh server using Eclipse (which worked fine before), it gives me this error:

Failed to connect sshd to "xxxx": ProxySOCKS5: com.jcraft.jsch.JSchException: java.net.SocketException: cannot connect to SOCKS proxy: connection refused

NB The ssh connection works with the shell without problems.

+4
source share
1 answer

I recieved it:))

It was a proxy problem, I did not know about it !!

Go to Window - > preferences - > General -> Network . Make Active Provider Direct , where all proxy entries not checked.

+13
source

Source: https://habr.com/ru/post/1481711/


All Articles