Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't connect to SOCKS proxy:Connection refused

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

Failed to connect sshd on "x.x.x.x": ProxySOCKS5: com.jcraft.jsch.JSchException: java.net.SocketException: Can't connect to SOCKS proxy:Connection refused

N.B. The ssh connection is working from the shell with no problems.

like image 854
securecurve Avatar asked Dec 09 '22 15:12

securecurve


1 Answers

I got it :))

It was a proxy problem, I wasn't aware of that!!

Go to Window - > preferences - > General -> Network. Make the Active Provider -> Direct, where all the proxy entries are unchecked.

like image 181
securecurve Avatar answered Jan 01 '23 06:01

securecurve