SSH handshake failed

2021-12-16 Thread Golota S.V.
Hello!! I have an error "SSH handshake failed" when connecting ssh 
client manjaro zsh normal bash clients connect without problems. tell me 
how to solve the problem.



-
To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
For additional commands, e-mail: user-h...@guacamole.apache.org



Custom a login page

2021-12-16 Thread Manoj Patil
Dear,

I want to customise a guacamole login page add a one more button near to login 
button . Please guide us how to and where to add.



-
To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
For additional commands, e-mail: user-h...@guacamole.apache.org



Re: Log4j vulnerability exposure

2021-12-16 Thread Mike Jumper
On Thu, Dec 16, 2021, 13:02 Mike Jumper  wrote:

> On Thu, Dec 16, 2021, 12:54 Tim Worcester 
> wrote:
>
>> Not affected: https://github.com/apache/guacamole-website/pull/97
>>
>
> The live version of the above:
>
> https://guacamole.apache.org/security/#not-affected-by-cve-2021-44228
>

Also, Jose, as you mentioned Glyptodon, there is similar clarification
there:

https://glyp.to/doc/latest/faq-for-cve-2021-44228-42598682.html

- Mike


Re: Log4j vulnerability exposure

2021-12-16 Thread Jose Moreno Delgado
Thank you so much for your help.El 16 dic. 2021 21:53, Tim Worcester  escribió:Not affected: https://github.com/apache/guacamole-website/pull/97On Thu, Dec 16, 2021 at 3:52 PM Jose Moreno Delgado  wrote:






Hi, I would like to know if Guacamole 1.3.0 based on Docker Glyptonodon is affected by this recent attack based on Java for logging, log4j.




BR.





Re: Log4j vulnerability exposure

2021-12-16 Thread Mike Jumper
On Thu, Dec 16, 2021, 12:54 Tim Worcester 
wrote:

> Not affected: https://github.com/apache/guacamole-website/pull/97
>

The live version of the above:

https://guacamole.apache.org/security/#not-affected-by-cve-2021-44228

- Mike


Re: Log4j vulnerability exposure

2021-12-16 Thread Tim Worcester
Not affected: https://github.com/apache/guacamole-website/pull/97

On Thu, Dec 16, 2021 at 3:52 PM Jose Moreno Delgado 
wrote:

> Hi, I would like to know if Guacamole 1.3.0 based on Docker Glyptonodon is
> affected by this recent attack based on Java for logging, log4j.
>
> BR.
>


Log4j vulnerability exposure

2021-12-16 Thread Jose Moreno Delgado
Hi, I would like to know if Guacamole 1.3.0 based on Docker Glyptonodon is 
affected by this recent attack based on Java for logging, log4j.

BR.


Re: HTTP

2021-12-16 Thread Nick Couchman
On Thu, Dec 16, 2021 at 3:42 AM Paula Carboné 
wrote:

> Hi!
> Will it be possible for Guacamole to grant access to HTTP(S) pages? I know
> Guacamole itself does not provide such access but I wonder if his could be
> done and how.
> Any ideas?
> Thanks!
>
>
This really depends on what you mean by "grant access." There are a couple
of options that I can think of, and that have been discussed previously, in
the absence of Guacamole supporting HTTP(S) directly:
* A custom extension could be written to display links on the Guacamole
home page that would be available to users. You could also use Guacamole's
user/group management to control what users and groups see these links.
However, this is a very passive access control - Guacamole would not be
actually controlling access to the servers or pages, because traffic would
not actually be going through Guacamole, it would just be controlling what
is displayed for the users. As long as the web pages that are linked have
proper access control and authentication, this isn't necessarily a problem,
but it is worth noting.
* You could also configure a connection to a RDP Server (or Remote App) or
VNC Server that launches a web browser that displays the web page that you
want to provide access to. The access control provided by both Guacamole
and the Remote Server would more actively protect the destination URLs,
particularly if they are behind a firewall.

-Nick


HTTP

2021-12-16 Thread Paula Carboné
Hi!
Will it be possible for Guacamole to grant access to HTTP(S) pages? I know
Guacamole itself does not provide such access but I wonder if his could be
done and how.
Any ideas?
Thanks!

BR