Re: Keystroke logging protection

2025-04-04 Thread Cyrus
On Fri, Apr 4, 2025, 17:36 Nick Couchman wrote: > On Thu, Apr 3, 2025 at 8:36 PM Cyrus wrote: > >> Hello!, >> >> I'm wondering what's the default protection everyone is applying to >> keystroke logging files. >> >> Since Guacamole cannot know if a bunch of keystrokes comprise a password, >> it's

Re: System requirements

2025-04-04 Thread Ivanmarcus
There is no hard and fast rule on this but Mike's information around performance/resource (from 2019) may be of use: "...we found that you will generally need 1 core and 2 GB for every 25 concurrent users at peak. Exceeding that will not cause things to fail, but users may start to notice perf

Re: Unable to build guacamole-server staging/1.6.0 docker image

2025-04-04 Thread Barnhart, Steven
Log attached --Steve From: Nick Couchman Date: Friday, April 4, 2025 at 3:59 PM To: user@guacamole.apache.org Subject: Re: Unable to build guacamole-server staging/1.6.0 docker image On Fri, Apr 4, 2025 at 5: 54 AM Barnhart, Steven wrote: I was building it in docker. Wouldn’t that be part of t

Re: 1.6 Release

2025-04-04 Thread Nick Couchman
On Sun, Mar 30, 2025 at 5:40 PM Sean Hulbert wrote: > So if 1.6.0 is using FreeRDP3 is the GPU going to be enabled for RDP > (windows pass through)? > I don't know of any direct GPU support, no, but GFX Pipeline (formerly RemoteFX) is part of the release. -Nick

Re: when enable-audio-input is checked, guacamole does not connect to RDP session

2025-04-04 Thread Nick Couchman
> > > if anyone faced this issue, could you please help me to fix it ? > This is a known issue in 1.5.5 and will be fixed in 1.6.0: https://issues.apache.org/jira/browse/GUACAMOLE-1940 -Nick >

Re: Keystroke logging protection

2025-04-04 Thread Nick Couchman
On Thu, Apr 3, 2025 at 8:36 PM Cyrus wrote: > Hello!, > > I'm wondering what's the default protection everyone is applying to > keystroke logging files. > > Since Guacamole cannot know if a bunch of keystrokes comprise a password, > it's not possible to mask them in the keystroke logging. > > I c

Re: Unable to build guacamole-server staging/1.6.0 docker image

2025-04-04 Thread Nick Couchman
On Fri, Apr 4, 2025 at 5:54 AM Barnhart, Steven wrote: > I was building it in docker. Wouldn’t that be part of the docker file? > > Yes, it should be. Any chance you could share the full (redacted of anything sensitive) output from the "docker build" command? -Nick >

Re: 1.6 Release

2025-04-04 Thread Sean Hulbert
So if 1.6.0 is using FreeRDP3 is the GPU going to be enabled for RDP (windows pass through)? *Thank You* Sean Hulbert On 3/30/2025 2:24 PM, Muriel Frésia wrote: Thank you very much Nick. Muriel Le 30/03/2025 à 22:54, Nick Couchman a écrit : On Sun, Mar 30, 2025 at 4:51 PM Muriel Frésia w

Re: Guacamole client - compilation error

2025-04-04 Thread Nick Couchman
> > [INFO] Reactor Summary for guacamole-client 1.5.5: > [INFO] > [INFO] guacamole-client ... SUCCESS [ > 1.679 s] > [INFO] guacamole-common ... FAILURE [ > 0.234 s] > [INFO] guacamole-ext .. SKIPP

Re: Guacamole - RDP connection goes into blank screen after browser refresh

2025-04-04 Thread Nick Couchman
On Thu, Mar 20, 2025 at 12:46 PM Subbareddy Alamuru < subbareddy.alam...@sycamoreinformatics.com> wrote: > Hi, > > Have you ever faced RDP session going blank when browser is refreshed? > > No. > I enabled these below setting and still see the same issue. > > 1. Enable "Configure keep-alive conn

Re: New guacamole setup issues - Logging into guacamole UI

2025-04-04 Thread Anakien Skywalker
Hello, Tobias, do I understand correctly? The issue is that Subbareddy has logged in one guac client instance, but random requests (like /effectivePermissions) are going to another guac client instance which does not store session data? This would explain 403 Forbidden. Very impressive. вт, 18 ма

from SAML to HTTP headers

2025-04-04 Thread Vieri
Hi, Comparing source codes of different auth provider extensions (eg. SAML SSO vs HTTP Header) - in particular the java code in the "user" subdir - it seems that the HTTP header module ONLY handles identifying the user but nothing else (ie. no groups). Other auth providers handle group informat

Re: Unable to build guacamole-server staging/1.6.0 docker image

2025-04-04 Thread Barnhart, Steven
I was building it in docker. Wouldn’t that be part of the docker file? –Steve From: Vincent Sherwood Sent: Friday, April 4, 2025 4:31:31 AM To: user@guacamole.apache.org Subject: Re: Unable to build guacamole-server staging/1.6.0 docker image You need to install

Re: Unable to build guacamole-server staging/1.6.0 docker image

2025-04-04 Thread Vincent Sherwood
You need to install the libssh2-devel package (on RedHat derived distributions) or its equivalent. Vincent From: Barnhart, Steven Sent: Thursday 3 April 2025 23:13 To: user@guacamole.apache.org Subject: Re: Unable to build guacamole-server staging/1.6.0 docker