Re: Create SSH tunnel for RDP or VNC connection

2017-11-16 Thread Paulo Gonçalves
Yes, it's internal development, but i think i can explain all the details in terms of communication flow of the implementation (as i already did in the previous email). The system is really simple, just don't know if it is what you need. In our implementation is the client (where the VNC/RDP s

Re: Create SSH tunnel for RDP or VNC connection

2017-11-16 Thread Aaron Newsome
This sounds interesting Paulo. Is this extension something that you developed internally or is this an extension that is publicly available? Thanks, Aaron On Thu, Nov 16, 2017 at 6:30 AM, Paulo Gonçalves wrote: > We have created a helpdesk application that works like this: > > The client has a

Re: Create SSH tunnel for RDP or VNC connection

2017-11-16 Thread Nick Couchman
On Wed, Nov 15, 2017 at 3:32 PM, Aaron Newsome wrote: > Hello all. > > I'd like to create an RDP connection for a remote network but I first need > to create an ssh tunnel to the remote network. I'm able to create the ssh > tunnel manually from the Guacamole server but I'm looking for a way to >

Re: Create SSH tunnel for RDP or VNC connection

2017-11-16 Thread Paulo Gonçalves
We have created a helpdesk application that works like this: The client has a Java application that unpacks a VNC server and runs it on the localhost. Then connects via SSH to the guacamole server and creates 2 tunnels, one server to client for the VNC connection, and another one from client t