Tagged Questions
1
vote
0answers
91 views
How to set localport for ssh tunneling in eclipse
I would like to connect to a remote server with ssh tunneling at someting like localport:server1.blabla.com:remoteport . I think i know how to set the the remoteport (select the 'sftp files' of the ...
0
votes
1answer
1k views
Unable to establish ssh connection to eclipse gerrit via proxy using corkscrew
At my institute, I have a restricted internet access only through a proxy. I am facing some serious problems in establishing a ssh connection to the gerrit code review system ( git.eclipse.org ) and ...
11
votes
4answers
3k views
eclipse: remote debugging a tomcat server behind a firewall
After starting tomcat with jpda on, while at my company i can remote debug a bunch of web applications in eclipse. For a number of reasons I am now in need of developing and remote debugging those ...
2
votes
1answer
1k views
Can eclipse RSE connect to a local port (ssh tunneled)?
I am using eclipse with RSE, and it works well connecting to my linux server when I am in the same network, but as the server is behind a firewall with a gate entry, I need to make a ssh tunnelling ...