On Sun, Aug 24, 2025 at 11:47 PM Jamie Love <[email protected]> wrote:

> Hi there,
> I'm fairly sure the answer is to extend the existing SSH backend to guacd,
> however I was wondering if it was possible to set up guacd to ssh to a
> remote server via a proxy host. The equivalent of this setup in a
> ~/.ssh/config file:
>
> Host server-a
>     HostName 192.168.10.19
>     User usera
>
> Host server-b
>     HostName 10.3.80.40
>     ProxyJump server-a
>     User usera
>
>
>
Not, yet - this is actually in the works, with a Jira issue and some pull
requests out there to cover it:
https://github.com/apache/guacamole-server/pull/534
https://github.com/apache/guacamole-client/pull/1003
https://issues.apache.org/jira/browse/GUACAMOLE-312

-Nick

Reply via email to