Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 when outside its network.

I have not find a way of adding the local port where I have the tunnel to the host name nor in other places.

RSE ssh connection

Is it possible to connect to localhost:port with RSE?

like image 702
Pablo Marin-Garcia Avatar asked Mar 04 '11 01:03

Pablo Marin-Garcia


1 Answers

Finally I found it.

You can not add a port in your initial connection configuration, so the way of doing it is to create a connection to localhost and give a proper name (in order to be able to map more ports later)

enter image description here

enter image description here

Then you will see your new resource

enter image description here

Your new connection is done in port 22 but you can change this and the name for the connection in the following steps.

For changing the user name, click in the resource ('remote_server_1' in this example) and in the properties (the bottom panel) you can change the default userID.

Now the next step is to change the port. For doing that you need to click either in the node Sftp Files or Ssh Shells

enter image description here

Go to the port and and change it to the local port where you have previously forwarded your ssh connection.

enter image description here

And that's it!, click now in the arrow in My Home or Root and you will be pronpted for your credentials:

enter image description here

PD:

Just in case you have the same problem for connecting remotely with eclipse, this is what I have installed, the dsdp/tm v 3.2

enter image description here

installing the RSE was a bit of trial and error because you need to unselect some packages not related with your architecture like winCE and others.

enter image description here

These are the packages that I installed in the plugin:

enter image description here

like image 79
Pablo Marin-Garcia Avatar answered Sep 30 '22 01:09

Pablo Marin-Garcia