Earlier quoted context omitted.
Tailscale, or any encrypted mesh overlay is perfect for this. Infact I prefer it that way. Rustdesk can do what it does best at its core.
I disagree, modern software should make encrypted connections over something like HTTP3 or QUIC directly so true secure end to end connectivity works. This would make VPN software such as tailscale obsolete.
RustDesk now supports true unattended remote access on Wayland
51–60 of 176 posts
Re: RustDesk now supports true unattended remote access on Wayland
#52RustDesk still does not support encrypted connections when self hosting: https://github.com/rustdesk/rustdesk/issues/3714
Re: RustDesk now supports true unattended remote access on Wayland
#53Earlier quoted context omitted.
Tailscale, or any encrypted mesh overlay is perfect for this. Infact I prefer it that way. Rustdesk can do what it does best at its core.
I disagree, modern software should make encrypted connections over something like HTTP3 or QUIC directly so true secure end to end connectivity works. This would make VPN software such as tailscale obsolete.
Please just make it work seamlessly with my existing SSH credentials. Like SFTP.
Re: RustDesk now supports true unattended remote access on Wayland
#54Is there a reason to use this over something like Sunshine/Moonlight?
Re: RustDesk now supports true unattended remote access on Wayland
#55Is there a reason to use this over something like Sunshine/Moonlight?
Re: RustDesk now supports true unattended remote access on Wayland
#56Earlier quoted context omitted.
> A modern consumer GPU can crack "four random English words" in a day. Let's run the math: EFF's long wordlist[0] (the one used by Bitwarden's passphrase generator) has 7776 words, which is about 13 bits of entropy per word (log2(7776) = 12.92). A 4-word passphrase then has 51.7 bits of entropy, meaning there are 2^51.7 possible options for the passphrase, which is 3.66E15 possible options. For reference, a password…
[flagged]
For passwords? Where do you get that information?
Re: RustDesk now supports true unattended remote access on Wayland
#57Re: RustDesk now supports true unattended remote access on Wayland
#58How does this work on a technical level? Does it framebuffer grab the current session and inject input events?
It entirely sidesteps the problem of X vs Wayland, although this does mean the unattended physical seat can be physically taken over while you are remote.
Re: RustDesk now supports true unattended remote access on Wayland
#59Re: RustDesk now supports true unattended remote access on Wayland
#60What is rustdesk and how is it distinct from vnc? Edit: i appreciate the explanations; thank you.
VNC and RustDesk are both remote desktop solutions, however, Rustdesk is considerably more performant than the VNC family, because the latter primarily sends framebuffer updates, while the former can use modern video codecs and temporal compression to encode screen changes much more efficiently.
That's what made me uninstall RustDesk.