On Wed, Nov 5, 2025 at 3:08 PM mike <[email protected]> wrote:

> Hi,
>
> Thanks for the quick reply.
>
> here is the requirement:
>
> Guacd -> SSH Jumbox -> TargetVM
>
> So SSH jumpbox can be server running locally on same machine as Guacd or
> remotely on another ip.
> As i pass the target vm credentials, i should be able to pass the jumbox
> credntials.
>
> Normal openssh:
> Opensshd - can act as jumpbox.
>
> ssh -J [email protected] [email protected]
>
> so jumbox just act as a proxy. doesnt care about the ssh payload.
>
>
Ah, okay, I believe I understand - you're wanting for guacd to be able to
use SSH to tunnel the traffic to the ultimate destination system? Currently
this is not supported, though there is a Jira issue and a few pull requests
(although they probably need some attention) for this functionality:

https://issues.apache.org/jira/browse/GUACAMOLE-312
https://github.com/apache/guacamole-server/pull/534
https://github.com/apache/guacamole-client/pull/1003

-Nick

Reply via email to