Unable to achieve User authentication for passwordless login #285
Replies: 2 comments 3 replies
|
I had the same understanding and I'm also struggling to get this to work. |
|
Thanks for the detailed write-up — and thanks @noelhibbard for chiming in. This is expected today, not a broken install. BetterDesk login + user/device groups control who can see which machines (address book / ACL) and how sessions show up in audit. They do not replace the RustDesk peer password on the target. That handshake is between the two RustDesk clients over the relay; the BetterDesk API does not skip it. So: AB updating correctly means group scoping is working. The password prompt on connect is the target’s permanent/temporary password (or approve mode), not your BetterDesk account password. For unattended access without someone clicking Accept every time, set a permanent password on each target during deploy (e.g. We do not currently offer “passwordless RD to targets via API” based on BetterDesk user membership. If that is a feature you need (server-enforced connect grants / shared peer secret per group), say so and we can track it as a product request — it would be new work, not a config fix. Docs clarification (two auth layers / Access Policy vs peer password) is landing on |
Uh oh!
There was an error while loading. Please reload this page.
Thanks anyone who can contribute to my query!
I've replaced Rustdesk server with Betterdesk in order to handle user generation and administration on a more practical level for our use.
We run a server park of about 10 servers for gaming use, and members have different access rights to these servers via Rustdesk RD clients.
When a members access i changed or revoked, the betterdesk environment is a great way for us to administrate these access rights, but I cannot get this to work in the way I imagined it, which might be because I've misunderstood Betterdesks abilities.
When a user is created in the Betterdesk console and added to a User Group with access to a Device Group. The address book in Rustdesk is updated correctly. However, during Client connection, the client is prompted for the password which is either the fixed or temporary password to the Rustdesk Client (Target machine). This is what I expected not to occur with a user being logged in to the Client. Obviously we cannot administer the fixed Rustdesk password as that would defy the purpose of a centralized User administration.
Does betterdesk even allow passwordless logins to RD-targets via the API ?
All reactions