On Wed, Sep 3, 2025 at 1:13 PM Dilip Modi <[email protected]> wrote:
> Hello Community, > > In 1.6.0, as part of GUACAMOLE-1290 there is a ssh certificate based > authentication has been added. I want to know do we have any changes in > guacamole-client also which require to make this e2e flow work ? Need some > input and details around this area. Can you help me to answer this question > ? > > There were changes for this in both guacamole-server and guacamole-client. The primary change in guacamole-client was the addition of the sftp-public-key and public-key parameters, which allow you to put the public key, signed by the issuing certificate authority, into the connection, in order to validate the user's certificate. This has been documented in the manual. If you need details beyond that, you'll have to provide more information on what details you need - the internals of Certificate-based authentication in SSH are not really specific to Guacamole, and the implementation of the support in Guacamole is pretty simple and straight-forward. -Nick
