On Fri, Aug 20, 2021 at 3:42 AM Paula Carboné <carbonemejia...@gmail.com> wrote:
> Hi again :D. > I have been wondering on the possibility of encrypting VNC. As far as I > know, this is not possible yet in Guacamole. However, some users talk about > using VNC via SSH tunneling. Is it possible to deploy without modifying the > Guacamole code or something? > Yes, you could certainly deploy a solution without modifying Guacamole. On the server running guacd you can set up the SSH tunnels to the VNC servers, and then you would set up the Guacamole connections to localhost:<PORT>, where port is the SSH tunnel port. > I just checked this discussion: > https://issues.apache.org/jira/browse/GUACAMOLE-312 > but it seems to be unfinished so I dont know if tunnel connections have > finally been added. > > Yeah, I have not quite had time to finish that functionality up. I think it's doable, just haven't had the time :-). -Nick