SSH tunels

avatar

Can you add options ssh tunels connections for Remote connecions . Example before you connected via rdp to computer x run ssh tunel mode ( echo y | plink.exe -N -C -L 3392:192.168.0.8:3389 -l user -pw "password" remote.host.com -P 22 - ofcourse in GUI version:-) - like VPN PPTP for rdp cennections .

All Comments (4)

avatar

Hi,
You can do it by configuring an event in the session (Before connect). Just create a script of a batch file. Maybe I miss understand what you mean. Let me know.

David Hervieux

avatar

Does the "port forwarding" section in the session options not accomodate that?

I use it all the time.



^^^ this allows me to use localhost to hit the Oracle server on the same LAN as the server I can SSH into

If you want to make it more seamless with remote desktop, you can create your RDP session within RDM, then use the VPN tab, and use "Existing Session" for the type. Play with the delays, and it will open your SSH connection with your port forwards, then your RDP session.

avatar

Hi,
Thank you very much for the tips

David Hervieux

avatar

my pleasure