In this example, 12345 is the port to open the tunnel on, jenkins1 is the server hostname.
Run the following in cygwin/gow and leave the session open:
ssh -D 12345 mylogin@jenkins1
Or if you use public/private key authentication:
ssh -i
In eclipse,
- Go to Window -> Preferences -> General -> Network Connections
- Set the Active Provider to Manual
- Clear the HTTP and HTTPS manual proxies
- Edit the SOCKS proxy, and set host:port to localhost:12345
- Click OK
- Restart Eclipse
- Go to Help -> Install New Software and proceed as normal.