nesanche / sshxcute

Automatically exported from code.google.com/p/sshxcute
0 stars 0 forks source link

Double SSH to a remote destination server #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This is more of query rather than a defect / issue. 

Using sshxcute, can we can we do a nested ssh to connect to a remote server.

The scenario is like this - 

Local Desktop ---> Intermediate Server --> Destination Server.

The network setup is such that I can not directly ssh Destination Server.
First from my Local Desktop (this has all my java code), I need to ssh 
Intermediate Server. And then from Intermediate Server, I need to ssh 
Destination Server.

Is it possible  ?

Regards,
Kapil.

Original issue reported on code.google.com by qaka...@gmail.com on 21 May 2013 at 8:45

GoogleCodeExporter commented 9 years ago
i think if you have a shell script on the intermediate server which can connect 
to destination server, you can then just invoke the shell script from your 
local desktop using sshxcute

Original comment by araza...@gmail.com on 31 May 2013 at 11:42

GoogleCodeExporter commented 9 years ago
No, Araza, that is not working.
Anybody any suggestions please ?

Original comment by qaka...@gmail.com on 13 Jun 2013 at 10:46