this post was submitted on 06 Nov 2023
18 points (100.0% liked)

Linux

4962 readers
501 users here now

A community for everything relating to the linux operating system

Also check out !linux_memes@programming.dev

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 1 year ago
MODERATORS
 

I have a few family members that I help support. For instance, I installed Linux Mint on my grandmother's PC. She doesn't know any different and my young cousin doesn't understand it so he finally stopped giving it viruses. I used to use TeamViewer to take over her PC when she needed support but I got my account banned because they believed I was using it commercially. Oh well!

I have Tailscale installed on the computers. This gives me SSH access. What would you suggest? RDP? Something else?

you are viewing a single comment's thread
view the rest of the comments
[–] notfromhere@lemmy.one 4 points 10 months ago (2 children)

In my experience, RDP locks the screen for anyone at the physical machine. It sounds like OP is wanting a simultaneous screen sharing.

[–] SwingingTheLamp@midwest.social 3 points 10 months ago (1 children)

That's odd. It does not lock the local user out on Ubuntu, and allows simultaneous use.

[–] notfromhere@lemmy.one 1 points 10 months ago

Sounds like a good option then!

[–] thejodie@programming.dev 1 points 10 months ago* (last edited 10 months ago) (1 children)

I think that screen lock is really only the case in Windows. Most linux vnc and rdp servers either run their own completely separate X session or share the console session.

[–] notfromhere@lemmy.one 1 points 10 months ago (1 children)

True enough for VNC but we’re specifically talking about RDP, which is supported by Linux Mint.

[–] thejodie@programming.dev 1 points 10 months ago (1 children)

That's on me for typing vnc when I meant rdp, but nevertheless it's true for both.

[–] notfromhere@lemmy.one 0 points 10 months ago

I see. GP said the same. Thanks for sharing!