mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Direct connections possible on clients with different keys #3216
Labels
No labels
bug
documentation
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rustdesk-rustdesk#3216
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @delko-it on GitHub (Jan 6, 2025).
Bug Description
Direct connections are possible on two separate clients with different keys filled. Relayed connections return expected behavior - "deadline has elapsed" or "key mismatch".
How to Reproduce
Setup two clients in different networks. On first one set key 123456789, on second 0987654321. Try to connect relayed /r, you get "deadline has alapsed". When you try connecting directly, then direct encrypted connection pops up. I think that well known rustdesk public key is envolved.
Expected Behavior
Connection between clients with different keys not possible.
Operating system(s) on local (controlling) side and remote (controlled) side
Windows 10 -> Windows 11
RustDesk Version(s) on local (controlling) side and remote (controlled) side
1.3.6 -> 1.3.6
Screenshots
Additional Context
No response
@rustdesk commented on GitHub (Jan 6, 2025):
#763