On Wed, Jul 22, 2020 at 11:59 AM Abhijeet Jha <[email protected]>
wrote:

> Hi Nick,
>
> Can you please help with one query related to upgrading libssh2 library in
> guacamole:
>
>
> if you're having trouble connecting with one of the above algorithms, then
> you should upgrade libssh2 to the latest release and try, again.
> --> We are using official docker image "guacamole/guacd:1.0.0". How can
> we upgrade libssh2 to the latest version(v1.9.0) ?
> Do we need to follow this link
> <https://guacamole.apache.org/doc/gug/installing-guacamole.html> to build
> guacamole from source code with upgraded libssh2.
>
>
To upgrade in the Docker container you would need to do one of the
following two things:
1) Reconfigure the Dockerfile to be based off a Linux image that has the
latest version of libssh2, already.  Currently we use the debian:stable
image as the base - you could try debian:unstable or one of the other tags
to see if that gets a later version of libssh2.  I was not able to easily
find the version number included in the debian:stable image.
2) Reconfigure the Dockerfile to build libssh2 from source prior to
building guacamole-server.

-Nick

Reply via email to