Apache verses Guacamole

2023-08-01 Thread Robert Dinse
I thought I was reasonably proficient with Apache web server but I discovered it won't do what I want. I solved the issue with mod_suphp verses mod_authnz_external.  I had compiled the entire server statically, I did this because I have a machine with a large amount of RAM (256GB)

Re: Guacamole instruction to open an application remotely

2023-08-01 Thread Fatima Ezzahra Jaber
Thank you for your answer, I tried to use an SSH tunnel between my local machine and the guacd port which is connected to the VNC machine, I manage to send a start application instruction but I get the display on my local machine, probably i'm not correctly setting the display to the VNC connect

Re: Guacamole Auth Header

2023-08-01 Thread Molina de la Iglesia, Manuel
Hi, I'm on the same situation with Palo Alto Global Protect Clientless VPN. The problem is that works like a reverse proxy but the domain is always the VPN firewall portal instead of the target web application El mar, 1 ago 2023 21:48, escribió: > Hello, > > I'm using Guacamole v1.5.1 with LDA

Re: Multiple Monitors - any roadmap at all to this?

2023-08-01 Thread Ivanmarcus
Jay, You can read about it here: https://issues.apache.org/jira/projects/GUACAMOLE/issues/GUACAMOLE-288? This has been discussed from time to time, and I think it will progress in time. I don't fully recall now but I also have an idea that someone has produced a working implementation as part

Re: Guacamole Auth Header

2023-08-01 Thread Stephan
Seems loaded properly :    23:49:54.356 [main] INFO  o.a.g.extension.ExtensionModule - Multiple extensions are installed and will be loaded in order of decreasing priority: 23:49:54.356 [main] INFO  o.a.g.extension.ExtensionModule -  - [tempnamespace] "Tempname" (/etc/guacamole/extensions/brandin

Multiple Monitors - any roadmap at all to this?

2023-08-01 Thread Jay Lepore
The lack of ability to deal with multiple monitors in a graceful way is unfortunately a show stopper for most of my clients. I have read somewhere along the way this is a JavaScript issue and would require a total rewrite to solve.   I am hoping that is not the case.  It would certainly expand

Re: Tomcat 10

2023-08-01 Thread Nick Couchman
On Tue, Aug 1, 2023 at 5:43 PM Sean Hulbert wrote: > > What is the update on TomCat10 servlets being support in Guacamole? To my knowledge there has been no progress on this. https://issues.apache.org/jira/browse/GUACAMOLE-1325 -Nick

Tomcat 10

2023-08-01 Thread Sean Hulbert
What is the update on TomCat10 servlets being support in Guacamole? Thank You Sean - To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org For additional commands, e-mail: user-h...@guacamole.apache.org

Re: Guacamole Auth Header

2023-08-01 Thread Nick Couchman
On Tue, Aug 1, 2023 at 5:23 PM Stephan wrote: > > Hi Nick, > > Many thanks for your help > > Here the interesting part from the Nginx configuration file : > > location /guacamole/ { > proxy_pass http://172.16.1.58:8080/guacamole/; > proxy_buffering off; > proxy_http_version

Re: Guacamole Auth Header

2023-08-01 Thread Stephan
Hi Nick,   Many thanks for your help   Here the interesting part from the Nginx configuration file :    location /guacamole/ {         proxy_pass http://172.16.1.58:8080/guacamole/;         proxy_buffering off;         proxy_http_version 1.1;         proxy_set_header X-Forwarded-For $proxy_ad

Re: Guacamole Auth Header

2023-08-01 Thread Nick Couchman
On Tue, Aug 1, 2023 at 3:48 PM wrote: > > Hello, > > I'm using Guacamole v1.5.1 with LDAP/MySQL under RHEL 8.8 and NGINX. It works > perfectly. > > Access to this Guacamole server is made after an MFA authentication > (Fortigate Web SSL bookmark) and I would like to minimize as much as possible

[ANNOUNCE] Apache Guacamole 1.5.3 released

2023-08-01 Thread Michael Jumper
The Apache Guacamole community is proud to announce the release of Apache Guacamole 1.5.3. Apache Guacamole is a clientless remote desktop gateway which supports standard protocols like VNC, RDP, and SSH. We call it "clientless" because no plugins or client software are required; once Guacamol

Guacamole Auth Header

2023-08-01 Thread shaguu
Hello, I'm using Guacamole v1.5.1 with LDAP/MySQL under RHEL 8.8 and NGINX. It works perfectly. Access to this Guacamole server is made after an MFA authentication (Fortigate Web SSL bookmark) and I would like to minimize as much as possible the number of times the user must enter his identifi

Re: SSH Session - Highlight Mulitple lines with scroll / Unable to Copy

2023-08-01 Thread Michael Jumper
On 8/1/23 11:47, Brad Turnbough wrote: I ssh into a cisco network switch (via guac) and issue a ‘sh run’ command.  This produces a bunch out output to the screen. I then scroll up to where I issued the ‘sh run’ command and then I click and drag down to highlight multiple lines.  When the highl

SSH Session - Highlight Mulitple lines with scroll / Unable to Copy

2023-08-01 Thread Brad Turnbough
I ssh into a cisco network switch (via guac) and issue a 'sh run' command. This produces a bunch out output to the screen. I then scroll up to where I issued the 'sh run' command and then I click and drag down to highlight multiple lines. When the highlighted area gets to the bottom of the vi

Re: Guacamole instruction to open an application remotely

2023-08-01 Thread Nick Couchman
On Tue, Aug 1, 2023 at 9:41 AM Fatima Ezzahra Jaber wrote: > > Hello, > I am using a guacamole client that i created using a django application. My > goal is to send an instruction to guacd telling it to open an application > like Firefox or VScode within the VNC session in the current connectio

Host key verification

2023-08-01 Thread Rene.Schroth
Dear Guacamole Mailinglist! My environment: OS: Ubuntu 22.04.2 LTS Guacamole version: 1.5.2 Issue: The host key verification for SSH connections doesn’t work, if the remote host’s public server key is being provided in the connection configuration’s appropriate field ( Parameters > Network > P

Guacamole instruction to open an application remotely

2023-08-01 Thread Fatima Ezzahra Jaber
Hello, I am using a guacamole client that i created using a django application. My goal is to send an instruction to guacd telling it to open an application like Firefox or VScode within the VNC session in the current connection, is there a guacamole instruction that I can customize to be able