On Tue, Dec 24, 2019 at 6:13 AM fudg3 <[email protected]> wrote: > Hey > It is needed so User A can let User B access a machine using A's > credentials, without giving away the credentials. > > So user A will create the connection, and give the connectionId to use B. > > Currently I think the best way to do this would be to use connection sharing - you can have User A establish the connection and then User B can join it. However, I believe the connection will be closed when User A disconnects, so this may not behave exactly the way you want it to.
If you use Guacmaole Client, you can set up connections with credentials stored in the connection parameters, and you can let users use the connection without being able to see the parameters (including authentication credentials). This also may not fit your use case exactly, but I thought it worth mentioning. -Nick
